Makefile fix: we've been compiling ssh.c separately because it needs
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 7 Nov 2001 13:39:54 +0000 (13:39 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 7 Nov 2001 13:39:54 +0000 (13:39 +0000)
$(VER) defining, but forgetting that it also needs the rest of the
stuff!

git-svn-id: svn://svn.tartarus.org/sgt/putty@1372 cda61777-01e9-0310-a592-d414129be87e

Makefile

index b30a608..ea73ed4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ plink.exe: $(LOBJS1) $(POBJS) $(PLOBJS) $(MOBJS) $(MOBJ2) $(OBJS1) $(OBJS2) $(OB
        link $(LFLAGS) -out:plink.exe -map:plink.map @plink.rsp
 
 ssh.obj:
-       cl $(FWHACK) $(VER) $(CFLAGS) /Gi- /c ssh.c
+       cl $(COMPAT) $(FWHACK) $(VER) $(XFLAGS) $(CFLAGS) /Gi- /c ssh.c
 
 putty.rsp: makefile
        echo /nologo /subsystem:windows > putty.rsp