Revert to using WinSock 1 - the upgrade to 2 was a checkin error
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Feb 1999 09:07:20 +0000 (09:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Feb 1999 09:07:20 +0000 (09:07 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@36 cda61777-01e9-0310-a592-d414129be87e

Makefile

index 19697de..525d1c4 100644 (file)
--- 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