mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-16 18:47:32 -05:00
Tweaked build procedure.
[originally from svn r103]
This commit is contained in:
33
Makefile.mpw
33
Makefile.mpw
@ -1,11 +1,11 @@
|
||||
# $Id: Makefile.mpw,v 1.1.2.1 1999/03/13 16:51:46 ben Exp $
|
||||
# $Id: Makefile.mpw,v 1.1.2.2 1999/03/14 20:07:04 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 = Makefile.mpw
|
||||
<EFBFBD>MondoBuild<EFBFBD> = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
|
||||
<EFBFBD>MondoBuild<EFBFBD> = # Make blank to avoid rebuilds when makefile is modified
|
||||
Includes =
|
||||
Sym<EFBFBD>68K =
|
||||
Sym<EFBFBD>68K =
|
||||
ObjDir<EFBFBD>68K =
|
||||
|
||||
COptions = {Includes} {Sym<EFBFBD>68K} -proto strict -opt all
|
||||
@ -26,21 +26,26 @@ Objects
|
||||
"{ObjDir<69>68K}terminal.c.o" <20>
|
||||
"{ObjDir<69>68K}testback.c.o"
|
||||
|
||||
|
||||
PuTTY <EFBFBD><EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} {Objects<EFBFBD>68K}
|
||||
Link <EFBFBD>
|
||||
-o {Targ} -d {Sym<EFBFBD>68K} <EFBFBD>
|
||||
{Objects<EFBFBD>68K} <EFBFBD>
|
||||
-t 'APPL' <EFBFBD>
|
||||
-c 'pTTY' <EFBFBD>
|
||||
#"{Libraries}MathLib.o" <20>
|
||||
#"{CLibraries}Complex.o" <20>
|
||||
"{CLibraries}StdCLib.o" <20>
|
||||
Libs<EFBFBD>68K = "{CLibraries}StdCLib.o" <20>
|
||||
"{Libraries}MacRuntime.o" <20>
|
||||
"{Libraries}IntEnv.o" <20>
|
||||
#"{Libraries}ToolLibs.o" <20>
|
||||
"{Libraries}Interface.o"
|
||||
|
||||
PuTTY <EFBFBD><EFBFBD> {Objects<EFBFBD>68K} {Libs<EFBFBD>68K}
|
||||
IF (`exists {Targ}.NJ`)
|
||||
ILink <EFBFBD>
|
||||
-o {Targ} {Sym<EFBFBD>68K} <EFBFBD>
|
||||
-t 'APPL' <EFBFBD>
|
||||
-c 'pTTY' <EFBFBD>
|
||||
-newerdeps {NewerDeps}
|
||||
ELSE
|
||||
ILink <EFBFBD>
|
||||
-o {Targ} {Sym<EFBFBD>68K} <EFBFBD>
|
||||
-t 'APPL' <EFBFBD>
|
||||
-c 'pTTY' <EFBFBD>
|
||||
{Objects<EFBFBD>68K} <EFBFBD>
|
||||
{Libs<EFBFBD>68K}
|
||||
END
|
||||
|
||||
PuTTY <EFBFBD><EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} mac_res.r macresid.h
|
||||
Rez mac_res.r -o {Targ} {Includes} -append
|
||||
|
Reference in New Issue
Block a user