X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/8a23a541df17e13ddb645e893d9c59a6239bf9bb..4eeb7d098fc3c6fb29a4ba0da78edbf83f88dce1:/Makefile diff --git a/Makefile b/Makefile index 8380c5cf..7b2122fa 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ # LFLAGS = /debug # Disable debug and incremental linking and compiling -CFLAGS = /nologo /W3 /O1 /D_WINDOWS +CFLAGS = /nologo /W3 /O1 /D_WINDOWS /D_WIN32_WINDOWS=0x401 LFLAGS = /incremental:no /fixed # Use MSVC DLL @@ -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