RDB's Unicode patch. Fonts are now used in Unicode mode where
[u/mdw/putty] / Makefile
index c295239..7b2122f 100644 (file)
--- a/Makefile
+++ b/Makefile
 ##--
 
 # 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
@@ -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