prepare forwarder for vWii and build

This commit is contained in:
Christopher Roy Bratusek 2013-01-03 22:25:30 +01:00
parent 7d323df5ad
commit 671bede5d1
16 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ all:
REV=$(shell grep define svnrev/svnrev.c | gawk '{print $$3}')
full_dist: dist dist_vwii
full_dist: dist dist_vwii pack_forwarder
dist: compile_installer compile_stboot
@tar cfj HomebrewFilter-rev$(REV).tar.bz2 HomebrewFilter/
@ -13,6 +13,10 @@ dist_vwii: compile_installer_vwii compile_stboot_vwii
@tar cfj HomebrewFilter-vWii-rev$(REV).tar.bz2 HomebrewFilter.vWii/
@tar cfj HomebrewFilter-vWii-Standalone-rev$(REV).tar.bz2 HomebrewFilter.vWii.Standalone/
pack_forwarder:
@tools/WadMii.exe -input "Z:$(PWD)\forwarder\wad" -output "Z:$(PWD)\HBF0.wad" || wine tools/WadMii.exe -input "Z:$(PWD)\forwarder\wad" -output "Z:$(PWD)\HBF0.wad"
@tools/WadMii.exe -input "Z:$(PWD)\forwarder\wad.vwii" -output "Z:$(PWD)\HBF0.vWii.wad" || wine tools/WadMii.exe -input "Z:$(PWD)\forwarder\wad" -output "Z:$(PWD)\HBF0.vWii.wad"
clean:
@make -C main clean
@make -C boot clean

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
forwarder/wad/00000000.app Normal file

Binary file not shown.

BIN
forwarder/wad/00000001.app Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
forwarder/wad/00000002.app Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.