added /W3

This commit is contained in:
Frank Warmerdam 1999-11-27 21:48:57 +00:00
parent ef4b14a2ee
commit f4e0403120

View File

@ -15,7 +15,7 @@ WINMODE = -DTIF_PLATFORM_CONSOLE
CC = cl
INCL = -I.
LIBS =
CFLAGS = /nologo $(INCL) $(WINMODE)
CFLAGS = /nologo /W3 $(INCL) $(WINMODE)
OBJ = \
tif_aux.obj \