X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/01c034ad857128c51482a563befb374e38ebe668..04dcfaa26a29c02c57ef5af092396bd653df8293:/Makefile diff --git a/Makefile b/Makefile index 07135ffd..24031c55 100644 --- 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: @@ -69,7 +69,7 @@ RES=res ##-- objects putty puttytel GOBJS1 = window.$(OBJ) windlg.$(OBJ) winctrls.$(OBJ) terminal.$(OBJ) -GOBJS2 = xlat.$(OBJ) sizetip.$(OBJ) +GOBJS2 = sizetip.$(OBJ) wcwidth.$(OBJ) unicode.$(OBJ) ##-- objects putty puttytel plink LOBJS1 = telnet.$(OBJ) raw.$(OBJ) rlogin.$(OBJ) ldisc.$(OBJ) winnet.$(OBJ) ##-- objects putty plink