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:
parent
78a37a5122
commit
793aa91bf7
4
Makefile
4
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:
|
||||
|
Loading…
Reference in New Issue
Block a user