mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Build Tweaks
- Propagate build enhancements from Phil to Unix/Mac build. - Add removal of .upd files to Clean.cmd script in Binary directory.
This commit is contained in:
@@ -154,6 +154,7 @@ if [ $platform = UNA ] ; then
|
||||
cat ../UBIOS/UNA-BIOS.BIN osimg.bin ../UBIOS/FSFAT.BIN $romdiskfile >$romname.rom
|
||||
else
|
||||
cat hbios_rom.bin osimg.bin osimg1.bin osimg.bin $romdiskfile >$romname.rom
|
||||
cat hbios_rom.bin osimg.bin osimg1.bin osimg.bin >$romname.upd
|
||||
cat hbios_app.bin osimg_small.bin > $romname.com
|
||||
# cat hbios_img.bin osimg_small.bin > $romname.img
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user