This commit is contained in:
2007-12-09 07:57:27 +00:00
parent 91e196af25
commit 6114cb2603
4 changed files with 7 additions and 11 deletions

View File

@ -8,7 +8,7 @@ AR = link
CFLAGS = /nologo /W3 -I..\..
!IF "$(MODE)" == "debug"
CFLAGS = $(CFLAGS) -D_DEBUG -DDEBUG /MTd
CFLAGS = $(CFLAGS) -D_DEBUG -DDEBUG /MTd /Zi
!ELSEIF "$(MODE)" == "release"
CFLAGS = $(CFLAGS) -DNDEBUG /MT /O2
!ELSE