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.
This commit is contained in:
Viktor Szakats
2010-03-23 00:02:45 +00:00
parent 7260871bdf
commit 43c09b2983
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 )