2009-07-16 13:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/utils/hbmk2/hbmk2.prg
    ! fixed small typo which broke non windows builds
This commit is contained in:
Przemyslaw Czerpak
2009-07-16 11:32:52 +00:00
parent e6927d846a
commit 236bb8fce5
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-16 13:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/utils/hbmk2/hbmk2.prg
! fixed small typo which broke non windows builds
2009-07-16 13:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/global.cf
! fixed HB_BIN_COMPILE exporting - it should be done only for

View File

@@ -4202,7 +4202,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause, /* @ */ lUTF8 )
cCommand := "start " + cCommand
ENDIF
ENDIF
#if defined( __PLATFORM__OS2 )
#elif defined( __PLATFORM__OS2 )
IF hbmk[ _HBMK_lGUI ]
cCommand := 'start "" ' + FN_Escape( cCommand, _ESC_DBLQUOTE )
ENDIF