]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - PuTTY.make
Menu items now turn on and off in a vaguely useful way.
[PuTTY.git] / PuTTY.make
index f4b3b7839d391276f35089809058e86004b9f2e7..0df899409622edf0f58a36762398306071b45ade 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: PuTTY.make,v 1.1.2.5 1999/02/21 10:29:12 ben Exp $
+# $Id: PuTTY.make,v 1.1.2.8 1999/03/07 23:15:56 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.
 
@@ -8,10 +8,12 @@ Includes     =
 Sym¥68K      = 
 ObjDir¥68K   =
 
-COptions     = {Includes} {Sym¥68K} 
+COptions     = {Includes} {Sym¥68K} -proto strict -opt all
 
 Objects¥68K  = ¶
                "{ObjDir¥68K}mac.c.o" ¶
+               "{ObjDir¥68K}maccfg.c.o" ¶
+               "{ObjDir¥68K}macterm.c.o" ¶
                "{ObjDir¥68K}misc.c.o" ¶
 #              "{ObjDir¥68K}ssh.c.o" ¶
 #              "{ObjDir¥68K}sshcrc.c.o" ¶
@@ -21,7 +23,8 @@ Objects
 #              "{ObjDir¥68K}sshrsa.c.o" ¶
 #              "{ObjDir¥68K}sshsha.c.o" ¶
 #              "{ObjDir¥68K}telnet.c.o" ¶
-               "{ObjDir¥68K}terminal.c.o"
+               "{ObjDir¥68K}terminal.c.o" ¶
+               "{ObjDir¥68K}testback.c.o"
 
 
 PuTTY ÄÄ {¥MondoBuild¥} {Objects¥68K}
@@ -43,9 +46,15 @@ PuTTY 
        Rez mac_res.r -o {Targ} {Includes} -append
 
 
-"{ObjDir¥68K}mac.c.o" Ä {¥MondoBuild¥} mac.c putty.h macresid.h
+"{ObjDir¥68K}mac.c.o" Ä {¥MondoBuild¥} mac.c putty.h mac.h macresid.h
        {C} mac.c -o {Targ} {COptions}
 
+"{ObjDir¥68K}maccfg.c.o" Ä {¥MondoBuild¥} maccfg.c putty.h mac.h macresid.h
+       {C} maccfg.c -o {Targ} {COptions}
+
+"{ObjDir¥68K}macterm.c.o" Ä {¥MondoBuild¥} macterm.c mac.h putty.h
+       {C} macterm.c -o {Targ} {COptions}
+
 "{ObjDir¥68K}misc.c.o" Ä {¥MondoBuild¥} misc.c putty.h
        {C} misc.c -o {Targ} {COptions}
 
@@ -76,3 +85,6 @@ PuTTY 
 "{ObjDir¥68K}terminal.c.o" Ä {¥MondoBuild¥} terminal.c putty.h
        {C} terminal.c -o {Targ} {COptions}
 
+"{ObjDir¥68K}testback.c.o" Ä {¥MondoBuild¥} testback.c putty.h
+       {C} testback.c -o {Targ} {COptions}
+