diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f4e747ddb9..dcef40dd76 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-23 01:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * bin/postinst.prg + - Deleted hb-mkimp.bat reference. This file is no more. + 2010-03-23 00:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/hbwin.ch * contrib/hbwin/Makefile diff --git a/harbour/bin/postinst.prg b/harbour/bin/postinst.prg index c1251310bd..8f984b52f3 100644 --- a/harbour/bin/postinst.prg +++ b/harbour/bin/postinst.prg @@ -56,10 +56,6 @@ PROCEDURE Main() hb_FCopy( "COPYING", GetEnv( "HB_INSTALL_PREFIX" ) + hb_osPathSeparator() + "COPYING" ) hb_FCopy( "INSTALL", GetEnv( "HB_INSTALL_PREFIX" ) + hb_osPathSeparator() + "INSTALL" ) hb_FCopy( "TODO" , GetEnv( "HB_INSTALL_PREFIX" ) + hb_osPathSeparator() + "TODO" ) - - IF GetEnv( "HB_PLATFORM" ) $ "win|wce" - hb_FCopy( "bin" + hb_osNewLine() + "hb-mkimp.bat", GetEnv( "HB_BIN_INSTALL" ) + hb_osPathSeparator() + "hb-mkimp.bat" ) - ENDIF ENDIF ErrorLevel( nErrorLevel )