powermac-rom/NanoKernel/InnerMakeFile

18 lines
492 B
Plaintext
Raw Normal View History

2017-11-19 04:11:07 +00:00
# I expect these variables to be set already:
# NKDir, NKIncDir, NKBin
NKFiles = <20>
2018-07-06 13:30:48 +00:00
{NKDir}NanoKernel.s <09>
2017-11-19 04:11:07 +00:00
NKIncludes = <20>
{NKDir}NKMacros.s <09>
{NKDir}NKEquates.s <09>
{NKIncDir}InfoRecords.a <09>
{NKIncDir}EmulatorPublic.a <09>
{NKIncDir}NKPublic.a <09>
{NKIncDir}NKOpaque.a <09>
# We get warning 3202 from ALIGN directives -- kill it
{NKBin} <09> {NKDir}NanoKernel.s {NKFiles} {NKIncludes}
PPCAsm -o {Targ} -w 3202 -i {NKIncDir} -i "{AIncludes}" {NKDir}NanoKernel.s