some improvement in building

This commit is contained in:
Christopher Roy Bratusek 2012-04-08 20:12:11 +02:00
parent 9284da6e95
commit 939688875f
7 changed files with 18 additions and 17 deletions

View File

@ -15,7 +15,7 @@ include $(DEVKITPPC)/wii_rules
# SOURCES is a list of directories containing source code
# INCLUDES is a list of directories containing extra header files
#---------------------------------------------------------------------------------
TARGET := boot
TARGET := hbf
BUILD := build
SOURCES := source \
source/BootHomebrew \

View File

@ -15,7 +15,7 @@ include $(DEVKITPPC)/wii_rules
# SOURCES is a list of directories containing source code
# INCLUDES is a list of directories containing extra header files
#---------------------------------------------------------------------------------
TARGET := boot
TARGET := hbf_boot
BUILD := build
SOURCES := source
DATA := data

View File

@ -7,11 +7,11 @@ compile_hbf ()
compile_boot ()
{
if [[ -e $PWD/boot.dol && ! $FORCE ]]; then
cp boot.dol boot/source/hbf.dol
if [[ -e $PWD/hbf.dol && ! $FORCE ]]; then
cp hbf.dol boot/source/hbf.dol
make -C boot/ || exit 1
else compile_hbf
cp boot.dol boot/source/hbf.dol
cp hbf.dol boot/source/hbf.dol
make -C boot/ || exit 1
fi
@ -19,10 +19,10 @@ compile_boot ()
compile_installer ()
{
if [[ -e boot/boot.dol && ! $FORCE ]]; then
cp boot/boot.dol installer/wad/00000002.app
if [[ -e boot/hbf_boot.dol && ! $FORCE ]]; then
cp boot/hbf_boot.dol installer/wad/00000002.app
else compile_boot
cp boot/boot.dol installer/wad/00000002.app
cp boot/hbf_boot.dol installer/wad/00000002.app
fi
wine installer/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\data\install.wad"
@ -40,10 +40,10 @@ compile_installer ()
make_distribution ()
{
if [[ -e installer/boot.dol && ! $FORCE ]]; then
cp installer/boot.dol HomebrewFilter/
if [[ -e installer/installer.dol && ! $FORCE ]]; then
cp installer/installer.dol HomebrewFilter/boot.dol
else compile_installer
cp installer/boot.dol HomebrewFilter/
cp installer/installer.dol HomebrewFilter/boot.dol
fi
XREV=$(grep "define SVN_REV" svnrev/svnrev.c | gawk '{print $3}')

View File

@ -15,11 +15,10 @@ include $(DEVKITPPC)/wii_rules
# SOURCES is a list of directories containing source code
# INCLUDES is a list of directories containing extra header files
#---------------------------------------------------------------------------------
TARGET := boot
TARGET := forwarder
BUILD := build
SOURCES := source \
source/Network \
../svnrev
../svnrev
DATA := data
INCLUDES :=

View File

@ -15,11 +15,11 @@ include $(DEVKITPPC)/wii_rules
# SOURCES is a list of directories containing source code
# INCLUDES is a list of directories containing extra header files
#---------------------------------------------------------------------------------
TARGET := boot
TARGET := installer
BUILD := build
SOURCES := source \
source/Network \
../svnrev
source/Network \
../svnrev
DATA := data
INCLUDES :=

Binary file not shown.

View File

@ -11,6 +11,7 @@
- BUGFIX: return to HBF feature now works again
- installer now supports Classic-Controller
- installer now supports GameCube-Controller
- installer loads HomebrewFilter rather than returning to Systemmenu
- adopt libwiigui changes from ZERO
- BUGFIX: loading apps through wiiload works again
- support passing arguements using wiiload [obcd]
@ -21,6 +22,7 @@
- external loaders menu now allows to boot into neek2o
using overjoy's `nswitch' code. uniiloader entry no
longer shown when in emulated NAND
- HBF now supports wiiloader over USB-Gecko [obcd]
- changed loading address from 0x81230000 to 0x81330000
- removed all sound related code
- support for neek2o [obcd]