diff options
author | rpj <rpj> | 2011-07-03 01:39:00 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-03 01:39:00 +0000 |
commit | 0839be6d0a321aa805d2b31bf38ea13e76ccb532 (patch) | |
tree | be1f839c56c2ebdc63bebccd1d8dd24980c36acf /Makefile | |
parent | 758deae4c0be2c7ff2fb1d0c55e6aeead86abbb7 (diff) |
_WIN32_WINNT definition
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -28,8 +28,7 @@ OPTIM = /O2 /Ob2 OPTIMD = CC = cl -#CFLAGS = /W3 /MD /nologo /I. /D_WIN32_WINNT=0x400 /DHAVE_PTW32_CONFIG_H -CPPFLAGS = /I. /D_WIN32_WINNT=0x400 /DHAVE_PTW32_CONFIG_H +CPPFLAGS = /I. /DHAVE_PTW32_CONFIG_H CFLAGS = /W3 /MD /nologo CFLAGSD = /Z7 $(CFLAGS) |