include nand-loader in build (not yet injected into wad)

This commit is contained in:
Christopher Roy Bratusek 2012-12-08 21:25:25 +01:00
parent c4de6976b5
commit d3d53427ab

View File

@ -4,6 +4,7 @@ clean:
@make -C main clean
@make -C boot clean
@make -C installer clean
@make -C nand-loader clean
compile_hbf:
@make -C main
@ -13,7 +14,11 @@ compile_boot: compile_hbf
@make -C boot
@cp boot/hbf_boot.dol installer/wad/00000001.app
compile_installer: compile_boot
compile_nandloader: compile_boot
@make -C nand-loader
#@cp nand-loader/nand-loader.bin installer/wad/00000002.app
compile_installer: compile_nandloader
@tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad" || wine tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad"
@make -C installer
@cp installer/installer.dol HomebrewFilter/boot.dol