mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-18 11:38:05 -05:00
Makefile fix: we've been compiling ssh.c separately because it needs
$(VER) defining, but forgetting that it also needs the rest of the stuff! [originally from svn r1372]
This commit is contained in:
parent
4fd313f258
commit
4e77787527
2
Makefile
2
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
|
link $(LFLAGS) -out:plink.exe -map:plink.map @plink.rsp
|
||||||
|
|
||||||
ssh.obj:
|
ssh.obj:
|
||||||
cl $(FWHACK) $(VER) $(CFLAGS) /Gi- /c ssh.c
|
cl $(COMPAT) $(FWHACK) $(VER) $(XFLAGS) $(CFLAGS) /Gi- /c ssh.c
|
||||||
|
|
||||||
putty.rsp: makefile
|
putty.rsp: makefile
|
||||||
echo /nologo /subsystem:windows > putty.rsp
|
echo /nologo /subsystem:windows > putty.rsp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user