2009-12-22 10:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* bin/postinst.prg
! Fixed typo. hbmk.cfg was not created because of this.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-12-22 10:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* bin/postinst.prg
|
||||
! Fixed typo. hbmk.cfg was not created because of this.
|
||||
|
||||
2009-12-22 03:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/gtwvt/gtwvt.c
|
||||
% Deleted unnecessary cast.
|
||||
|
||||
@@ -45,7 +45,7 @@ PROCEDURE Main()
|
||||
cFile += "{dos}libpaths=${WATT_ROOT}/lib" + hb_osNewLine()
|
||||
ENDIF
|
||||
|
||||
hb_MemoWrit( GetEnv( "HB_BIN_INSTALL" ) + hb_osPathSeparator() + "hbmk.cfg" )
|
||||
hb_MemoWrit( GetEnv( "HB_BIN_INSTALL" ) + hb_osPathSeparator() + "hbmk.cfg", cFile )
|
||||
|
||||
IF GetEnv( "HB_PLATFORM" ) $ "win|wce|os2|dos" .AND. ;
|
||||
! Empty( GetEnv( "HB_INSTALL_PREFIX" ) )
|
||||
@@ -65,4 +65,4 @@ PROCEDURE Main()
|
||||
|
||||
ErrorLevel( nErrorLevel )
|
||||
|
||||
RETURN
|
||||
RETURN
|
||||
|
||||
Reference in New Issue
Block a user