]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Update the two commented-out CFLAGS to include the same
authorSimon Tatham <anakin@pobox.com>
Sat, 19 May 2001 13:56:39 +0000 (13:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 19 May 2001 13:56:39 +0000 (13:56 +0000)
_WIN32_WINDOWS definition as the uncommented one.

[originally from svn r1136]

Makefile

index 7b2122fad0a8cb94f8203bad1f84cd6d919d3d84..24031c55e00107a40712cea7e73702ca95015254 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@
 ##--
 
 # Enable debug and incremental linking and compiling
-# CFLAGS = /nologo /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG
+# CFLAGS = /nologo /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG /D_WIN32_WINDOWS=0x401
 # LFLAGS = /debug
 
 # Disable debug and incremental linking and compiling
@@ -58,7 +58,7 @@ CFLAGS = /nologo /W3 /O1 /D_WINDOWS /D_WIN32_WINDOWS=0x401
 LFLAGS = /incremental:no /fixed
 
 # Use MSVC DLL
-# CFLAGS = /nologo /W3 /O1 /MD /D_WINDOWS
+# CFLAGS = /nologo /W3 /O1 /MD /D_WINDOWS /D_WIN32_WINDOWS=0x401
 # LFLAGS = /incremental:no
 
 .c.obj: