Build updated MainCode image (matches Mac OS ROM 9.6.1+)

This commit is contained in:
Elliot Nunn
2017-09-20 19:58:54 +08:00
parent 64c9515a18
commit 9f1fa052dc
113 changed files with 4076 additions and 12134 deletions
+8 -9
View File
@@ -17,21 +17,20 @@
FigmentDir = {MemoryMgrDir}FigmentSources:
#include {FigmentDir}Figment.Make
MemoryMgrObjs = "{ObjDir}MemoryMgr.a.o" ¶
"{ObjDir}MemoryMgrExtensions.a.o" ¶
"{ObjDir}MemoryMgrInternal.a.o" ¶
"{ObjDir}BlockMove.a.o"
"{LibDir}MemoryMgr.lib" Ä "{LibDir}Figment.lib" {MemoryMgrObjs}
If "{FeatureSet}" =~ /Å'hasNewHeapMgr=True'Å/
Lib {StdLibOpts} -o "{Targ}" "{LibDir}Figment.lib" {MemoryMgrObjs}
Else
Lib {StdLibOpts} -o "{Targ}" {MemoryMgrObjs}
End
#include {FigmentDir}Figment.Make
# "{LibDir}MemoryMgr.lib" Ä "{LibDir}Figment.lib" {MemoryMgrObjs}
# If "{FeatureSet}" =~ /Å'hasNewHeapMgr=True'Å/
# Lib {StdLibOpts} -o "{Targ}" "{LibDir}Figment.lib" {MemoryMgrObjs}
# Else
# Lib {StdLibOpts} -o "{Targ}" {MemoryMgrObjs}
# End
"{ObjDir}BlockMove.a.o" Ä "{ObjDir}StandardEqu.d" ¶