diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ecbf264eb2..0b7c76ac3b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 6bb84268eb..0c60ada4b1 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -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