Make the final ROM link depend on the actual linker

Now the linker (RomLayout) does not need to be built manually.
This commit is contained in:
Elliot Nunn 2017-09-26 00:13:22 +08:00
parent 634961dee4
commit d6259012e0
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ ResourceFiles = "{MiscDir}ATAMgr.rsrc"
RomMondo Ä FeatureSet "{ImageDir}RomMondo"
"{ImageDir}RomMondo" Ä {ResourceFiles}
"{ImageDir}RomMondo" Ä {ResourceFiles} "{ToolDir}RomLayout"
RomLayout -mf "{RsrcDir}RomLayout.Rsrc" -o "{Targ}" -log "{ImageDir}RomInfo"