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:
Viktor Szakats
2009-08-05 13:13:16 +00:00
parent 604ee44854
commit 1aca07e873
2 changed files with 7 additions and 5 deletions

View File

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

View File

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