mirror of
https://github.com/libretro/libretro-super
synced 2025-02-21 21:41:09 +00:00
make fba recipes independent
This commit is contained in:
parent
27ca4881e3
commit
7b182eb4c6
@ -1418,7 +1418,7 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then
|
||||
|
||||
if [ "${ENABLED}" == "YES" ]; then
|
||||
echo "BUILDBOT JOB: $jobid Processing $NAME"
|
||||
echo
|
||||
echo
|
||||
echo NAME: $NAME
|
||||
echo DIR: $DIR
|
||||
echo PARENT: $PARENTDIR
|
||||
|
@ -1,8 +1,8 @@
|
||||
fb_alpha libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk
|
||||
fba_cores_cps1 libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-old/trunk/fbacores/cps1
|
||||
fba_cores_cps2 libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-old/trunk/fbacores/cps2
|
||||
fba_cores_neo libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk/fbacores/neogeo
|
||||
fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC Makefile.libretro .
|
||||
fb_alpha libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk
|
||||
fba_cores_cps1 libretro-fba_cps1 https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-old/trunk/fbacores/cps1
|
||||
fba_cores_cps2 libretro-fba_cps2 https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-old/trunk/fbacores/cps2
|
||||
fba_cores_neo libretro-fba_neo https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk/fbacores/neogeo
|
||||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte
|
||||
genesis_plus_gx libretro-genesis_plus_gx https://github.com/libretro/Genesis-Plus-GX.git PROJECT YES GENERIC Makefile.libretro .
|
||||
mednafen_ngp libretro-mednafen_ngp https://github.com/libretro/beetle-ngp-libretro.git PROJECT YES GENERIC Makefile .
|
||||
|
@ -8,3 +8,4 @@ SUFFIX _wii
|
||||
DEVKITPRO /opt/devkitPro
|
||||
DEVKITPPC /opt/devkitPro/devkitPPC
|
||||
RA YES
|
||||
JOBS 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user