]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Don\'t bother compiling bits I haven\'t got round to yet.
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 19 Feb 1999 21:44:14 +0000 (21:44 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Fri, 19 Feb 1999 21:44:14 +0000 (21:44 +0000)
[originally from svn r46]

PuTTY.make

index 5155f847c7bd4ed9f4094fa2a64bcf42a662cf28..ca91088bcbc9046cae8154efbc4d330d7e22ebee 100644 (file)
@@ -1,25 +1,7 @@
-# $Id: PuTTY.make,v 1.1.2.2 1999/02/19 15:28:27 ben Exp $
+# $Id: PuTTY.make,v 1.1.2.3 1999/02/19 21:44:14 ben Exp $
 # This is the Makefile for building PuTTY for the Mac OS.
 # Users of non-Mac systems will see some pretty strange characters around.
 
-#   File:       PuTTY.make
-#   Target:     PuTTY
-#   Sources:    bjh21:putty:foo.c
-#               bjh21:putty:mac.c
-#               bjh21:putty:misc.c
-#               bjh21:putty:putty.r
-#               bjh21:putty:ssh.c
-#               bjh21:putty:sshcrc.c
-#               bjh21:putty:sshdes.c
-#               bjh21:putty:sshmd5.c
-#               bjh21:putty:sshrand.c
-#               bjh21:putty:sshrsa.c
-#               bjh21:putty:sshsha.c
-#               bjh21:putty:telnet.c
-#               bjh21:putty:terminal.c
-#   Created:    Thursday, February 18, 1999 06:11:49 PM
-
-
 MAKEFILE     = PuTTY.make
 ¥MondoBuild¥ = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
 Includes     =
@@ -31,14 +13,14 @@ COptions     = {Includes} {Sym
 Objects¥68K  = ¶
                "{ObjDir¥68K}mac.c.o" ¶
                "{ObjDir¥68K}misc.c.o" ¶
-               "{ObjDir¥68K}ssh.c.o" ¶
-               "{ObjDir¥68K}sshcrc.c.o" ¶
-               "{ObjDir¥68K}sshdes.c.o" ¶
-               "{ObjDir¥68K}sshmd5.c.o" ¶
-               "{ObjDir¥68K}sshrand.c.o" ¶
-               "{ObjDir¥68K}sshrsa.c.o" ¶
-               "{ObjDir¥68K}sshsha.c.o" ¶
-               "{ObjDir¥68K}telnet.c.o" ¶
+#              "{ObjDir¥68K}ssh.c.o" ¶
+#              "{ObjDir¥68K}sshcrc.c.o" ¶
+#              "{ObjDir¥68K}sshdes.c.o" ¶
+#              "{ObjDir¥68K}sshmd5.c.o" ¶
+#              "{ObjDir¥68K}sshrand.c.o" ¶
+#              "{ObjDir¥68K}sshrsa.c.o" ¶
+#              "{ObjDir¥68K}sshsha.c.o" ¶
+#              "{ObjDir¥68K}telnet.c.o" ¶
                "{ObjDir¥68K}terminal.c.o"
 
 
@@ -47,13 +29,13 @@ PuTTY 
                -o {Targ} -d {Sym¥68K} ¶
                {Objects¥68K} ¶
                -t 'APPL' ¶
-               -c '????' ¶
-               "{Libraries}MathLib.o" ¶
+               -c 'pTTY' ¶
+               #"{Libraries}MathLib.o" ¶
                #"{CLibraries}Complex.o" ¶
                "{CLibraries}StdCLib.o" ¶
                "{Libraries}MacRuntime.o" ¶
                "{Libraries}IntEnv.o" ¶
-               "{Libraries}ToolLibs.o" ¶
+               #"{Libraries}ToolLibs.o" ¶
                "{Libraries}Interface.o"