mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-13 13:06:34 -05:00
added ndstool
This commit is contained in:
@@ -21,6 +21,7 @@ fi
|
||||
|
||||
g++ tools/general/bmp2bin.cpp -o $prefix/bin/bmp2bin$exeext -static -O2 -s -D__LITTLE_ENDIAN__
|
||||
gcc tools/gba/gbafix.c -o $prefix/bin/gbafix$exeext -static -O2 -s
|
||||
g++ tools/nds/ndstool.cpp -o $prefix/bin/ndstool$exeext -static -O2 -s
|
||||
cp tools/general/alignbin $prefix/bin/alignbin
|
||||
|
||||
# Awaiting Mr_Spiv's permission to add to project
|
||||
|
||||
Reference in New Issue
Block a user