mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2026-04-21 16:17:04 +00:00
Correctly reverse Standard and Interface libs
Previously these were lumped in with Lastly. Now they are unlinked and correctly labelled, and Lastly contains only a small amount of PowerPC- specific code.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
+8
-6
@@ -83,6 +83,8 @@ MainCodeLibs =
|
||||
"{LibDir}ScriptMgr.lib" ¶
|
||||
"{LibDir}CQD.lib" ¶
|
||||
"{LibDir}FontMgr.lib" ¶
|
||||
"{LibDir}RomInterface.Lib" ¶
|
||||
"{LibDir}RomStandardLib.lib" ¶
|
||||
"{LibDir}Lastly.lib" ¶
|
||||
# ¶
|
||||
# Keep DispTable at end ¶
|
||||
@@ -134,14 +136,14 @@ MainCodeLibs =
|
||||
Asm {StdAOpts} -o "{Targ}" "{PatchDir}MiscPatches.a"
|
||||
|
||||
|
||||
"{LibDir}RomStandardLib.lib" Ä "{LibraryDir}StandardLib.o" ¶
|
||||
"{IfSrcDir}DuplicateModules.rom"
|
||||
Lib {StdLibOpts} -o "{Targ}" "{LibraryDir}StandardLib.o" -df "{IfSrcDir}DuplicateModules.rom"
|
||||
# "{LibDir}RomStandardLib.lib" Ä "{LibraryDir}StandardLib.o" ¶
|
||||
# "{IfSrcDir}DuplicateModules.rom"
|
||||
# Lib {StdLibOpts} -o "{Targ}" "{LibraryDir}StandardLib.o" -df "{IfSrcDir}DuplicateModules.rom"
|
||||
|
||||
|
||||
"{LibDir}RomInterface.Lib" Ä "{IfObjDir}Interface.o" ¶
|
||||
"{IfSrcDir}DuplicateModules.rom"
|
||||
Lib {StdLibOpts} -o "{Targ}" "{IfObjDir}Interface.o" -df "{IfSrcDir}DuplicateModules.rom"
|
||||
# "{LibDir}RomInterface.Lib" Ä "{IfObjDir}Interface.o" ¶
|
||||
# "{IfSrcDir}DuplicateModules.rom"
|
||||
# Lib {StdLibOpts} -o "{Targ}" "{IfObjDir}Interface.o" -df "{IfSrcDir}DuplicateModules.rom"
|
||||
|
||||
# Precompiled headers are not free.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user