mirror of
https://github.com/libretro/libretro-super.git
synced 2025-02-25 10:31:03 +00:00
build mame2000 with the default toolchain
This commit is contained in:
parent
588b0dbe57
commit
c7e97a85cd
@ -240,6 +240,9 @@ build_libretro_generic_makefile() {
|
||||
ARGS=$6
|
||||
JOBS=$JOBS
|
||||
buildbot_log "$1 build starting [$jobid]"
|
||||
BUILDBOT_DBG1=""
|
||||
BUILDBOT_DBG2=""
|
||||
BUILDBOT_DBG3=""
|
||||
|
||||
BUILDBOT_DBG1="NAME: $NAME DIR: $DIR SUBDIR: $SUBDIR MAKEFILE: $MAKEFILE PLATFORM: $PLATFORM ARGS: $ARGS CC: $CC CXX: $CXX"
|
||||
|
||||
@ -596,7 +599,11 @@ build_libretro_bsnes() {
|
||||
BSNESCOMPILER=$6
|
||||
buildbot_log "$1 build starting [$jobid]"
|
||||
|
||||
cd $DIR
|
||||
BUILDBOT_DBG1=""
|
||||
BUILDBOT_DBG2=""
|
||||
BUILDBOT_DBG3=""
|
||||
|
||||
cd $DIR
|
||||
|
||||
if [ -z "${NOCLEAN}" ]; then
|
||||
echo "cleaning up..."
|
||||
|
@ -29,6 +29,7 @@ gpsp libretro-gpsp https://github.com/libretro/gpsp.git PROJECT YES GENERIC Make
|
||||
handy libretro-handy https://github.com/libretro/libretro-handy.git PROJECT YES GENERIC Makefile .
|
||||
hatari libretro-hatari https://github.com/libretro/libretro-hatari.git PROJECT YES GENERIC Makefile.libretro .
|
||||
imageviewer libretro-imageviewer https://github.com/libretro/imageviewer-libretro.git PROJECT YES GENERIC Makefile.libretro .
|
||||
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git PROJECT YES GENERIC Makefile .
|
||||
mednafen_gba libretro-beetle_gba https://github.com/libretro/beetle-gba-libretro.git PROJECT YES GENERIC Makefile .
|
||||
mednafen_lynx libretro-beetle_lynx https://github.com/libretro/beetle-lynx-libretro.git PROJECT YES GENERIC Makefile .
|
||||
mednafen_ngp libretro-beetle_ngp https://github.com/libretro/beetle-ngp-libretro.git PROJECT YES GENERIC Makefile .
|
||||
|
@ -1,5 +1,4 @@
|
||||
mame libretro-mame https://github.com/libretro/mame.git PROJECT YES GENERIC Makefile.libretro . PTR64=1
|
||||
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git PROJECT YES GENERIC Makefile .
|
||||
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git PROJECT YES GENERIC Makefile .
|
||||
mame2010 libretro-mame2010 https://github.com/libretro/mame2010-libretro.git PROJECT YES GENERIC Makefile . VRENDER=soft PTR64=1
|
||||
mame2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile . TARGET=mame PTR64=1 PARTIAL=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user