Remove /D_X86_ in Makefile to allow Alpha builds equally happily
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 19 Jan 1999 16:09:04 +0000 (16:09 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 19 Jan 1999 16:09:04 +0000 (16:09 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@17 cda61777-01e9-0310-a592-d414129be87e

Makefile

index 86611be..3de1ee0 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