2009-08-05 15:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Deleted -MTd win/msvc compiler switch in -debug mode to not
leave it to the default settings and give users full control
of this.
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-05 15:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Deleted -MTd win/msvc compiler switch in -debug mode to not
|
||||
leave it to the default settings and give users full control
|
||||
of this.
|
||||
|
||||
2009-08-05 10:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* bin/postinst.sh
|
||||
* make_gnu.sh
|
||||
|
||||
@@ -2759,11 +2759,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause, /* @ */ lUTF8 )
|
||||
ENDIF
|
||||
|
||||
IF hbmk[ _HBMK_lDEBUG ]
|
||||
IF hbmk[ _HBMK_cCOMP ] == "msvcarm"
|
||||
AAdd( hbmk[ _HBMK_aOPTC ], "-Zi" )
|
||||
ELSE
|
||||
AAdd( hbmk[ _HBMK_aOPTC ], "-MTd -Zi" )
|
||||
ENDIF
|
||||
AAdd( hbmk[ _HBMK_aOPTC ], "-Zi" )
|
||||
AAdd( hbmk[ _HBMK_aOPTL ], "/debug" )
|
||||
ENDIF
|
||||
IF hbmk[ _HBMK_lGUI ]
|
||||
|
||||
Reference in New Issue
Block a user