mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-26 23:32:10 -05:00
Makefile fixes.
[originally from svn r136]
This commit is contained in:
parent
43b851e899
commit
9ab8247924
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.mpw,v 1.1.2.5 1999/03/28 15:23:37 ben Exp $
|
# $Id: Makefile.mpw,v 1.1.2.6 1999/03/28 17:34:36 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.
|
||||||
|
|
||||||
@ -62,6 +62,12 @@ Libs
|
|||||||
"{PPCLibraries}StdCRuntime.o" ¶
|
"{PPCLibraries}StdCRuntime.o" ¶
|
||||||
"{PPCLibraries}PPCCRuntime.o"
|
"{PPCLibraries}PPCCRuntime.o"
|
||||||
|
|
||||||
|
# pseudo-targets
|
||||||
|
all Ä 68k ppc fat
|
||||||
|
clean Ä
|
||||||
|
delete -i {Objects¥68K} {Objects¥PPC} ¶
|
||||||
|
PuTTY PuTTY.fat PuTTY.ppc PuTTY.NJ
|
||||||
|
|
||||||
PuTTY.ppc ÄÄ {¥MondoBuild¥} {Objects¥PPC}
|
PuTTY.ppc ÄÄ {¥MondoBuild¥} {Objects¥PPC}
|
||||||
PPCLink ¶
|
PPCLink ¶
|
||||||
-o {Targ} {Sym¥PPC} ¶
|
-o {Targ} {Sym¥PPC} ¶
|
||||||
@ -80,6 +86,7 @@ PuTTY
|
|||||||
-newerdeps {NewerDeps}
|
-newerdeps {NewerDeps}
|
||||||
ELSE
|
ELSE
|
||||||
ILink ¶
|
ILink ¶
|
||||||
|
-o {Targ} {Sym¥68K} ¶
|
||||||
-t 'APPL' ¶
|
-t 'APPL' ¶
|
||||||
-c 'pTTY' ¶
|
-c 'pTTY' ¶
|
||||||
{Objects¥68K} ¶
|
{Objects¥68K} ¶
|
||||||
|
Loading…
x
Reference in New Issue
Block a user