1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Update the two commented-out CFLAGS to include the same

_WIN32_WINDOWS definition as the uncommented one.

[originally from svn r1136]
This commit is contained in:
Simon Tatham 2001-05-19 13:56:39 +00:00
parent 78a37a5122
commit 793aa91bf7

View File

@ -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: