2012-04-17 23:11:54 +02:00
|
|
|
all: compile_installer
|
|
|
|
|
|
|
|
compile_hbf:
|
|
|
|
@make -C main
|
|
|
|
@cp main/hbf.dol boot/source/hbf.dol
|
|
|
|
|
|
|
|
compile_boot: compile_hbf
|
|
|
|
@make -C boot
|
2012-04-19 20:44:19 +02:00
|
|
|
@cp boot/hbf_boot.dol installer/wad/00000001.app
|
2012-04-17 23:11:54 +02:00
|
|
|
|
|
|
|
compile_installer: compile_boot
|
2012-04-19 20:44:19 +02:00
|
|
|
@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"
|
2012-04-17 23:11:54 +02:00
|
|
|
@make -C installer
|
|
|
|
@cp installer/installer.dol HomebrewFilter/boot.dol
|