From: simon Date: Tue, 19 Jan 1999 16:09:04 +0000 (+0000) Subject: Remove /D_X86_ in Makefile to allow Alpha builds equally happily X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/5f48a59cd6537c6b7aecd3bd4292135fc1e192e0?ds=inline Remove /D_X86_ in Makefile to allow Alpha builds equally happily git-svn-id: svn://svn.tartarus.org/sgt/putty@17 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Makefile b/Makefile index 86611bee..3de1ee01 100644 --- 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