]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove /D_X86_ in Makefile to allow Alpha builds equally happily
authorSimon Tatham <anakin@pobox.com>
Tue, 19 Jan 1999 16:09:04 +0000 (16:09 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 19 Jan 1999 16:09:04 +0000 (16:09 +0000)
[originally from svn r17]

Makefile

index 86611beee1202573362e240e4d6bd41dc8cbb744..3de1ee011c686b813fade515d537e8dee76a2408 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Makefile for PuTTY. Use `FWHACK=/DFWHACK' to cause the firewall hack
 # to be built in. (requires rebuild of ssh.obj only)
 
-CFLAGS = /nologo /W3 /YX /O2 /Yd /D_X86_ /D_WINDOWS /DDEBUG /ML /Fd
+CFLAGS = /nologo /W3 /YX /O2 /Yd /D_WINDOWS /DDEBUG /ML /Fd
 
 .c.obj:
        cl $(FWHACK) $(CFLAGS) /c $*.c