X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/85f24e184c25b17c2e9c02f3098db9bccc2acc20..32874aeac8dacbca26663777b39a79efc5d8dc4b:/Makefile diff --git a/Makefile b/Makefile index c2952396..07135ffd 100644 --- a/Makefile +++ b/Makefile @@ -50,12 +50,12 @@ ##-- # Enable debug and incremental linking and compiling -CFLAGS = /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG -LFLAGS = /debug +# CFLAGS = /nologo /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG +# LFLAGS = /debug # Disable debug and incremental linking and compiling -#CFLAGS = /nologo /W3 /O1 /D_WINDOWS -#LFLAGS = /incremental:no /fixed +CFLAGS = /nologo /W3 /O1 /D_WINDOWS /D_WIN32_WINDOWS=0x401 +LFLAGS = /incremental:no /fixed # Use MSVC DLL # CFLAGS = /nologo /W3 /O1 /MD /D_WINDOWS