1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Mac OS Makefile renamed to not have a >8.3 file name. Since this stops

BuildProgram working, I've created a modified BuildProgram as mkputty.mpw.

[originally from svn r93]
This commit is contained in:
Ben Harris 1999-03-13 16:51:46 +00:00
parent 12064f2245
commit ce30477a77
2 changed files with 31 additions and 2 deletions

View 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 =

29
mkputty.mpw Normal file
View File

@ -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