2013-02-12 23:09:23 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2013-04-29 21:10:43 +00:00
|
|
|
SCRIPT=$(readlink -f $0)
|
|
|
|
BASE_DIR=$(dirname $SCRIPT)
|
|
|
|
RARCH_DIR=$BASE_DIR/dist
|
|
|
|
RARCH_DIST_DIR=$RARCH_DIR/ngc
|
2013-02-12 23:09:23 +00:00
|
|
|
FORMAT=_ngc
|
|
|
|
FORMAT_COMPILER_TARGET=ngc
|
2013-04-29 21:10:43 +00:00
|
|
|
FORMAT_COMPILER_TARGET_ALT=ngc
|
2013-02-12 23:09:23 +00:00
|
|
|
JOBS=7
|
2013-04-29 21:10:43 +00:00
|
|
|
MY_DIR=$(dirname $(readlink -f $0))
|
2013-02-12 23:09:23 +00:00
|
|
|
|
2013-04-29 21:10:43 +00:00
|
|
|
. $MY_DIR/libretro-build-common-gx.sh
|
|
|
|
. $MY_DIR/libretro-build-common-console.sh
|
2013-03-01 16:44:21 +00:00
|
|
|
|
2013-02-12 23:09:23 +00:00
|
|
|
build_libretro_mednafen
|
|
|
|
build_libretro_s9x_next
|
|
|
|
build_libretro_genplus
|
|
|
|
build_libretro_fba
|
|
|
|
build_libretro_vba
|
|
|
|
build_libretro_fceu
|
|
|
|
build_libretro_gambatte
|
|
|
|
build_libretro_nx
|
|
|
|
build_libretro_prboom
|
|
|
|
build_libretro_nestopia
|
2013-03-01 16:44:21 +00:00
|
|
|
build_libretro_tyrquake
|