X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/067a15ea093c726b3ce3bf96c3f3e27744da3271..d57835ab1b43dcdb5dbe639aa61a10555540db30:/Makefile diff --git a/Makefile b/Makefile index 4ffc3b48..525d1c48 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ OBJS2 = ssh.obj sshcrc.obj sshdes.obj sshmd5.obj sshrsa.obj sshrand.obj OBJS3 = sshsha.obj version.obj RESRC = win_res.res LIBS1 = advapi32.lib user32.lib gdi32.lib -LIBS2 = ws2_32.lib comctl32.lib comdlg32.lib +LIBS2 = wsock32.lib comctl32.lib comdlg32.lib putty.exe: $(PUTTYOBJS) $(OBJS1) $(OBJS2) $(OBJS3) $(RESRC) link.rsp link /debug -out:putty.exe @link.rsp @@ -48,6 +48,7 @@ sshrsa.obj: sshrsa.c ssh.h sshsha.obj: sshsha.c ssh.h sshrand.obj: sshrand.c ssh.h version.obj: versionpseudotarget + @echo (built version.obj) # Hack to force version.obj to be rebuilt always versionpseudotarget: