]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Mac OS Makefile renamed to not have a >8.3 file name. Since this stops
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 13 Mar 1999 16:51:46 +0000 (16:51 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 13 Mar 1999 16:51:46 +0000 (16:51 +0000)
BuildProgram working, I've created a modified BuildProgram as mkputty.mpw.

[originally from svn r93]

Makefile.mpw [moved from PuTTY.make with 96% similarity]
mkputty.mpw [new file with mode: 0644]

similarity index 96%
rename from PuTTY.make
rename to Makefile.mpw
index 0df899409622edf0f58a36762398306071b45ade..842bf254a97ecab618992dff204b12583df91cce 100644 (file)
@@ -1,8 +1,8 @@
-# $Id: PuTTY.make,v 1.1.2.8 1999/03/07 23:15:56 ben Exp $
+# $Id: Makefile.mpw,v 1.1.2.1 1999/03/13 16:51:46 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.
 
-MAKEFILE     = PuTTY.make
+MAKEFILE     = Makefile.mpw
 ¥MondoBuild¥ = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
 Includes     =
 Sym¥68K      = 
diff --git a/mkputty.mpw b/mkputty.mpw
new file mode 100644 (file)
index 0000000..935de1d
--- /dev/null
@@ -0,0 +1,29 @@
+Set program PuTTY
+Set makefile Makefile.mac
+
+#      Run Make, then execute its output.
+
+Echo "# `Date -t` ----- Build of {program}."
+Echo "# `Date -t` ----- Analyzing dependencies."
+Begin
+       Echo "Set Echo 1"
+       Make {"Parameters"} -f "{makefile}"
+End > "{program}".makeout
+Echo "# `Date -t` ----- Executing build commands."
+"{program}".makeout
+Delete "{program}".makeout
+Echo "# `Date -t` ----- Done."
+Set type "`files -i -n -x t "{program}"  OR "{type}" =~ /       MPST/  # application or tool
+       Echo -n t; Quote -n "{program}"; Echo -n " "
+Else If "{type}" =~ /   DFIL/                                          # desk accessory in Suitcase
+       Echo -n t
+       Quote -n "Font/DA Mover" "{SystemFolder}"System "{program}";
+       Echo -n "  # Install DA"
+Else If "{type}" =~ /   dfil/                                          # desk accessory (System 7)
+       Echo -n t
+       Quote -n Duplicate -y "{program}" "{SystemFolder}Apple Menu Items";
+       Echo -n "  # Install DA into Apple Menu"
+End
+
+
+