]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - Makefile
Rebranch some files on 'ben-mac-port' from trunk.
[PuTTY.git] / Makefile
index 19697de4397c0d7b677260284dcff80ef4d6d907..4a080c60d55a2f8098ad1dcd247819e2ac77d3c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,10 +13,10 @@ CFLAGS = /nologo /W3 /YX /O2 /Yd /D_WINDOWS /DDEBUG /ML /Fd
 PUTTYOBJS = window.obj windlg.obj terminal.obj telnet.obj
 OBJS1 = misc.obj noise.obj
 OBJS2 = ssh.obj sshcrc.obj sshdes.obj sshmd5.obj sshrsa.obj sshrand.obj
-OBJS3 = sshsha.obj version.obj
+OBJS3 = sshsha.obj sshblowf.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
@@ -47,6 +47,7 @@ sshmd5.obj: sshmd5.c ssh.h
 sshrsa.obj: sshrsa.c ssh.h
 sshsha.obj: sshsha.c ssh.h
 sshrand.obj: sshrand.c ssh.h
+sshblowf.obj: sshblowf.c ssh.h
 version.obj: versionpseudotarget
        @echo (built version.obj)