2008-02-25 00:08 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)

* make_vc.mak
    ! Fixed small typo
This commit is contained in:
Teo Fonrouge
2008-02-25 06:08:46 +00:00
parent 92b7fb4258
commit b968797d44
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-02-25 00:08 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* make_vc.mak
! Fixed small typo
2008-02-22 22:28 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)
* harbour/make_b32.mak
* Synchronized with make_vc.mak regarding HB_BUILD_ST and HB_BUILD_MODE

View File

@@ -135,7 +135,7 @@ CFLAGS = -Zi $(CFLAGS)
DBGMARKER = d
!endif
#-----------
if "$(HB_BUILD_ST)" != "yes"
!if "$(HB_BUILD_ST)" != "yes"
CFLAGS = -MT$(DBGMARKER) $(CFLAGS)
!endif
#-----------