updated to gcc 3.4.4, added b2fxec

This commit is contained in:
Dave Murphy
2005-05-20 17:17:05 +00:00
parent 12d647b493
commit cf9d5f2556
2 changed files with 7 additions and 9 deletions

View File

@@ -24,6 +24,9 @@ export DEVKITPRO=$TOOLPATH
$MAKE -C tools/gba
$MAKE -C tools/gba install PREFIX=$DEVKITARM/bin
$MAKE -C tools/gp32
$MAKE -C tools/gp32 install PREFIX=$DEVKITARM/bin
$MAKE -C tools/general
$MAKE -C tools/general install PREFIX=$DEVKITARM/bin
@@ -32,9 +35,4 @@ $MAKE -C tools/nds/ndstool install PREFIX=$DEVKITARM/bin
$MAKE -C tools/nds/dsbuild
$MAKE -C tools/nds/dsbuild install PREFIX=$DEVKITARM/bin
# Awaiting Mr_Spiv's permission to add to project
#$MAKE -C tools/gp32/b2fxec
#cp tools/gp32/b2fxec/b2fxec$exeext $prefix/bin/b2fxec$exeext
#$MAKE -C tools/gp32/b2fxec clean
$MAKE -C tools clean