mirror of
https://github.com/elliotnunn/wedge.git
synced 2024-11-22 07:31:58 +00:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
|
MpwToolLibs68k = <20>
|
|||
|
"{Libraries}Stubs.o" <09>
|
|||
|
"{CLibraries}StdCLib.o" <09>
|
|||
|
"{Libraries}MacRuntime.o" <09>
|
|||
|
"{Libraries}IntEnv.o" <09>
|
|||
|
"{Libraries}Interface.o" <09>
|
|||
|
|
|||
|
SiowLibsPPC = <20>
|
|||
|
"{PPCLibraries}PPCSIOW.o" <09>
|
|||
|
"{PPCLibraries}MrCPlusLib.o" <09>
|
|||
|
"{SharedLibraries}InterfaceLib" <09>
|
|||
|
"{SharedLibraries}StdCLib" <09>
|
|||
|
"{SharedLibraries}MathLib" <09>
|
|||
|
"{PPCLibraries}PPCCRuntime.o" <09>
|
|||
|
|
|||
|
IM = :Intermediates:
|
|||
|
Apps = :Apps:
|
|||
|
|
|||
|
{IM} <09> :
|
|||
|
|
|||
|
{IM}RomWedge.x <09> {IM}WedgeStub.s.x {IM}printf.c.x {IM}Wedge.c.x
|
|||
|
PPCLink -outputformat xcoff -codeorder source -roistext on -o {Targ} {Deps}
|
|||
|
|
|||
|
{IM}Linker <09> {IM}Linker.c.o
|
|||
|
ILink -d -t 'MPST' -c 'MPS ' -o {Targ} {MpwToolLibs68k} {Deps}
|
|||
|
|
|||
|
{Apps}TestWedge <09> {IM}Wedge.c.x {IM}NKShim.s.x
|
|||
|
PPCLink -d -t 'APPL' -c 'siow' -o {Targ} {Deps} {SiowLibsPPC}
|
|||
|
Rez -a "{RIncludes}SIOW.r" -d DEFAULT_SAVE_PREF=1 -o {Targ}
|
|||
|
|
|||
|
{Apps}WedgeLogReader <09> {IM}WedgeLogReader.c.x
|
|||
|
PPCLink -d -t 'APPL' -c 'siow' -o {Targ} {Deps} {SiowLibsPPC}
|
|||
|
Rez -a "{RIncludes}SIOW.r" -d DEFAULT_SAVE_PREF=1 -o {Targ}
|