mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 10:12:24 +00:00
Tweaked build procedure.
[originally from svn r103]
This commit is contained in:
parent
c7c358fa3f
commit
d256c6c5eb
31
Makefile.mpw
31
Makefile.mpw
@ -1,9 +1,9 @@
|
|||||||
# $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.
|
# This is the Makefile for building PuTTY for the Mac OS.
|
||||||
# Users of non-Mac systems will see some pretty strange characters around.
|
# Users of non-Mac systems will see some pretty strange characters around.
|
||||||
|
|
||||||
MAKEFILE = Makefile.mpw
|
MAKEFILE = Makefile.mpw
|
||||||
¥MondoBuild¥ = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
|
¥MondoBuild¥ = # Make blank to avoid rebuilds when makefile is modified
|
||||||
Includes =
|
Includes =
|
||||||
Sym¥68K =
|
Sym¥68K =
|
||||||
ObjDir¥68K =
|
ObjDir¥68K =
|
||||||
@ -26,21 +26,26 @@ Objects
|
|||||||
"{ObjDir¥68K}terminal.c.o" ¶
|
"{ObjDir¥68K}terminal.c.o" ¶
|
||||||
"{ObjDir¥68K}testback.c.o"
|
"{ObjDir¥68K}testback.c.o"
|
||||||
|
|
||||||
|
Libs¥68K = "{CLibraries}StdCLib.o" ¶
|
||||||
PuTTY ÄÄ {¥MondoBuild¥} {Objects¥68K}
|
|
||||||
Link ¶
|
|
||||||
-o {Targ} -d {Sym¥68K} ¶
|
|
||||||
{Objects¥68K} ¶
|
|
||||||
-t 'APPL' ¶
|
|
||||||
-c 'pTTY' ¶
|
|
||||||
#"{Libraries}MathLib.o" ¶
|
|
||||||
#"{CLibraries}Complex.o" ¶
|
|
||||||
"{CLibraries}StdCLib.o" ¶
|
|
||||||
"{Libraries}MacRuntime.o" ¶
|
"{Libraries}MacRuntime.o" ¶
|
||||||
"{Libraries}IntEnv.o" ¶
|
"{Libraries}IntEnv.o" ¶
|
||||||
#"{Libraries}ToolLibs.o" ¶
|
|
||||||
"{Libraries}Interface.o"
|
"{Libraries}Interface.o"
|
||||||
|
|
||||||
|
PuTTY ÄÄ {Objects¥68K} {Libs¥68K}
|
||||||
|
IF (`exists {Targ}.NJ`)
|
||||||
|
ILink ¶
|
||||||
|
-o {Targ} {Sym¥68K} ¶
|
||||||
|
-t 'APPL' ¶
|
||||||
|
-c 'pTTY' ¶
|
||||||
|
-newerdeps {NewerDeps}
|
||||||
|
ELSE
|
||||||
|
ILink ¶
|
||||||
|
-o {Targ} {Sym¥68K} ¶
|
||||||
|
-t 'APPL' ¶
|
||||||
|
-c 'pTTY' ¶
|
||||||
|
{Objects¥68K} ¶
|
||||||
|
{Libs¥68K}
|
||||||
|
END
|
||||||
|
|
||||||
PuTTY ÄÄ {¥MondoBuild¥} mac_res.r macresid.h
|
PuTTY ÄÄ {¥MondoBuild¥} mac_res.r macresid.h
|
||||||
Rez mac_res.r -o {Targ} {Includes} -append
|
Rez mac_res.r -o {Targ} {Includes} -append
|
||||||
|
Loading…
Reference in New Issue
Block a user