mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-28 16:31:01 +00:00
Build MMU.lib from sources
The sources needed no changes (how embarrassing), except to remove an unnecessary dependence on a nonexistent SoundPrivate.a. Lastly.lib had an incorrect position for SIDESOUNDBUFFER, which has been fixed.
This commit is contained in:
parent
42c4fdcc5f
commit
59cdc89312
Binary file not shown.
Binary file not shown.
@ -121,7 +121,7 @@
|
||||
PRINT OFF
|
||||
LOAD 'StandardEqu.d'
|
||||
INCLUDE 'HardwarePrivateEqu.a'
|
||||
INCLUDE 'SoundPrivate.a'
|
||||
; INCLUDE 'SoundPrivate.a'
|
||||
INCLUDE 'MMUEqu.a'
|
||||
INCLUDE 'BootEqu.a'
|
||||
INCLUDE 'UniversalEqu.a'
|
||||
|
@ -15,14 +15,13 @@ MMUObjs = "{ObjDir}MMU.a.o"
|
||||
"{ObjDir}MMUTables.a.o" ¶
|
||||
"{ObjDir}GetReal.a.o"
|
||||
|
||||
# "{LibDir}MMU.lib" Ä {MMUObjs}
|
||||
# Lib {StdLibOpts} {MMUObjs} -o "{Targ}"
|
||||
"{LibDir}MMU.lib" Ä {MMUObjs}
|
||||
Lib {StdLibOpts} {MMUObjs} -o "{Targ}"
|
||||
|
||||
|
||||
|
||||
"{ObjDir}MMU.a.o" Ä "{ObjDir}StandardEqu.d" ¶
|
||||
"{IntAIncludes}HardwarePrivateEqu.a" ¶
|
||||
"{IntAIncludes}SoundPrivate.a" ¶
|
||||
"{AIncludes}HardwareEqu.a" ¶
|
||||
"{IntAIncludes}MMUEqu.a" ¶
|
||||
"{IntAIncludes}BootEqu.a" ¶
|
||||
|
Loading…
Reference in New Issue
Block a user