Update libretro-build scripts
This commit is contained in:
parent
38bee67caf
commit
cbace51c7c
|
@ -16,7 +16,7 @@ fi
|
||||||
|
|
||||||
if [[ -z "$1" ]]; then
|
if [[ -z "$1" ]]; then
|
||||||
WANT_CORES=" \
|
WANT_CORES=" \
|
||||||
fb_alpha \
|
fbalpha2012 \
|
||||||
fceumm \
|
fceumm \
|
||||||
genesis_plus_gx \
|
genesis_plus_gx \
|
||||||
handy \
|
handy \
|
||||||
|
|
|
@ -34,7 +34,7 @@ else
|
||||||
build_libretro_snes9x
|
build_libretro_snes9x
|
||||||
build_libretro_snes9x2010
|
build_libretro_snes9x2010
|
||||||
build_libretro_genesis_plus_gx
|
build_libretro_genesis_plus_gx
|
||||||
#build_libretro_fb_alpha
|
#build_libretro_fbalpha
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
build_libretro_fceumm
|
build_libretro_fceumm
|
||||||
build_libretro_gambatte
|
build_libretro_gambatte
|
||||||
|
|
|
@ -19,26 +19,24 @@ die()
|
||||||
build_libretro_fba_cps1()
|
build_libretro_fba_cps1()
|
||||||
{
|
{
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
if [ -d "libretro-fba" ]; then
|
if [ -d "libretro-fbalpha2012_cps1" ]; then
|
||||||
echo "=== Building Final Burn Alpha Cores (CPS1) ==="
|
echo "=== Building Final Burn Alpha Cores (CPS1) ==="
|
||||||
cd libretro-fba/
|
cd libretro-fbalpha2012_cps1/
|
||||||
cd svn-current/trunk
|
cd projectfiles/visualstudio-2003-libretro-xbox1
|
||||||
cd fbacores/cps1/projectfiles/visualstudio-2003-libretro-xbox1
|
|
||||||
cmd.exe /k $MSVC_NAME.bat
|
cmd.exe /k $MSVC_NAME.bat
|
||||||
cp $RELEASE_LTCG/fb_alpha_libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR/fba_cores_cps1_libretro$FORMAT.${FORMAT_EXT}
|
cp $RELEASE_LTCG/fbalpha2012_libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR/fbalpha2012_cps1_libretro$FORMAT.${FORMAT_EXT}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
build_libretro_fba_cps2()
|
build_libretro_fba_cps2()
|
||||||
{
|
{
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
if [ -d "libretro-fba" ]; then
|
if [ -d "libretro-fbalpha2012_cps2" ]; then
|
||||||
echo "=== Building Final Burn Alpha Cores (CPS2) ==="
|
echo "=== Building Final Burn Alpha Cores (CPS2) ==="
|
||||||
cd libretro-fba/
|
cd libretro-fbalpha2012_cps2/
|
||||||
cd svn-old/trunk
|
cd projectfiles/visualstudio-2003-libretro-xbox1
|
||||||
cd fbacores/cps2/projectfiles/visualstudio-2003-libretro-xbox1
|
|
||||||
cmd.exe /k $MSVC_NAME.bat
|
cmd.exe /k $MSVC_NAME.bat
|
||||||
cp $RELEASE_LTCG/libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR/fba_cores_cps2_libretro$FORMAT.${FORMAT_EXT}
|
cp $RELEASE_LTCG/libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR/fbalpha2012_cps2_libretro$FORMAT.${FORMAT_EXT}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,26 +44,25 @@ build_libretro_fba_cps2()
|
||||||
build_libretro_fba_neogeo()
|
build_libretro_fba_neogeo()
|
||||||
{
|
{
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
if [ -d "libretro-fba" ]; then
|
if [ -d "libretro-fbalpha2012_neogeo" ]; then
|
||||||
echo "=== Building Final Burn Alpha Cores (NeoGeo) ==="
|
echo "=== Building Final Burn Alpha Cores (NeoGeo) ==="
|
||||||
cd libretro-fba/
|
cd libretro-fbalpha2012_neogeo/
|
||||||
cd svn-current/trunk
|
cd projectfiles/visualstudio-2003-libretro-xbox1
|
||||||
cd fbacores/neogeo/projectfiles/visualstudio-2003-libretro-xbox1
|
|
||||||
cmd.exe /k $MSVC_NAME.bat
|
cmd.exe /k $MSVC_NAME.bat
|
||||||
cp $RELEASE_LTCG/libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR/fba_cores_neo_libretro$FORMAT.${FORMAT_EXT}
|
cp $RELEASE_LTCG/libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR/fbalpha2012_neogeo_libretro$FORMAT.${FORMAT_EXT}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
build_libretro_fba()
|
build_libretro_fba()
|
||||||
{
|
{
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
if [ -d "libretro-fba" ]; then
|
if [ -d "libretro-fbalpha2012" ]; then
|
||||||
echo "=== Building Final Burn Alpha ==="
|
echo "=== Building Final Burn Alpha ==="
|
||||||
cd libretro-fba/
|
cd libretro-fbalpha2012/
|
||||||
cd svn-current/trunk
|
cd svn-current/trunk
|
||||||
cd projectfiles/visualstudio-2003-libretro-xbox1
|
cd projectfiles/visualstudio-2003-libretro-xbox1
|
||||||
cmd.exe /k $MSVC_NAME.bat
|
cmd.exe /k $MSVC_NAME.bat
|
||||||
cp $RELEASE_LTCG/fb_alpha_libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR
|
cp $RELEASE_LTCG/fbalpha2012_libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR
|
||||||
|
|
||||||
build_libretro_fba_cps1
|
build_libretro_fba_cps1
|
||||||
build_libretro_fba_cps2
|
build_libretro_fba_cps2
|
||||||
|
|
|
@ -19,13 +19,13 @@ die()
|
||||||
build_libretro_fba()
|
build_libretro_fba()
|
||||||
{
|
{
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
if [ -d "libretro-fba" ]; then
|
if [ -d "libretro-fbalpha2012" ]; then
|
||||||
echo "=== Building Final Burn Alpha ==="
|
echo "=== Building Final Burn Alpha ==="
|
||||||
cd libretro-fba/
|
cd libretro-fbalpha2012/
|
||||||
cd svn-current/trunk
|
cd svn-current/trunk
|
||||||
cd projectfiles/visualstudio-2010-libretro-360
|
cd projectfiles/visualstudio-2010-libretro-360
|
||||||
cmd.exe /k $MSVC_NAME.bat
|
cmd.exe /k $MSVC_NAME.bat
|
||||||
cp $RELEASE_LTCG/fb_alpha_libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR
|
cp $RELEASE_LTCG/fbalpha2012_libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR
|
||||||
else
|
else
|
||||||
echo "Final Burn Alpha not fetched, skipping ..."
|
echo "Final Burn Alpha not fetched, skipping ..."
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -50,19 +50,13 @@ fetch_project "https://github.com/libretro/RetroArch.git" "retroarch" "libretro/
|
||||||
update_header "retroarch" "RetroArch (1/55)"
|
update_header "retroarch" "RetroArch (1/55)"
|
||||||
#ignore bsnes; it's not on github, so we can't push to it
|
#ignore bsnes; it's not on github, so we can't push to it
|
||||||
update_header "libretro-snes9x/libretro" "libretro/SNES9x (2/55)"
|
update_header "libretro-snes9x/libretro" "libretro/SNES9x (2/55)"
|
||||||
update_header "libretro-snes9x_next/libretro" "libretro/SNES9x-Next (3/55)"
|
update_header "libretro-snes9x2010/libretro" "libretro/SNES9x-Next (3/55)"
|
||||||
update_header "libretro-genesis_plus_gx/libretro" "libretro/Genplus GX (4/55)"
|
update_header "libretro-genesis_plus_gx/libretro" "libretro/Genplus GX (4/55)"
|
||||||
update_header_batch "libretro-fb_alpha/svn-old/trunk/src/burner/libretro"
|
update_header_batch "libretro-fbalpha2012/svn-current/trunk/src/burner/libretro"
|
||||||
update_header_batch "libretro-fb_alpha/svn-old/trunk/fbacores/psikyo/src/burner/libretro"
|
update_header_batch "libretro-fbalpha2012_neogeo/src/burner/libretro"
|
||||||
update_header_batch "libretro-fb_alpha/svn-old/trunk/fbacores/pgm/src/burner/libretro"
|
update_header_batch "libretro-fbalpha2012_cps2/src/burner/libretro"
|
||||||
update_header_batch "libretro-fb_alpha/svn-old/trunk/fbacores/neogeo/src/burner/libretro"
|
update_header_batch "libretro-fbalpha2012_neogeo/src/burner/libretro"
|
||||||
update_header_batch "libretro-fb_alpha/svn-old/trunk/fbacores/cps2/src/burner/libretro"
|
update_header_batch "libretro-fbalpha/src/trunk/src/burner/libretro"
|
||||||
update_header_batch "libretro-fb_alpha/svn-old/trunk/fbacores/cps1/src/burner/libretro"
|
|
||||||
update_header_batch "libretro-fb_alpha/svn-old/trunk/fbacores/cave/src/burner/libretro"
|
|
||||||
update_header_batch "libretro-fb_alpha/svn-current/trunk/src/burner/libretro"
|
|
||||||
update_header_batch "libretro-fb_alpha/svn-current/trunk/fbacores/neogeo/src/burner/libretro"
|
|
||||||
update_header_batch "libretro-fb_alpha/svn-current/trunk/fbacores/cps2/src/burner/libretro"
|
|
||||||
update_header "libretro-fb_alpha/svn-current/trunk/fbacores/cps1/src/burner/libretro" "libretro/FBA (5/55)"
|
|
||||||
update_header "libretro-vba_next/libretro" "libretro/VBA Next (6/55)"
|
update_header "libretro-vba_next/libretro" "libretro/VBA Next (6/55)"
|
||||||
update_header "libretro-vbam/src/libretro" "libretro/VBA-M (7/55)"
|
update_header "libretro-vbam/src/libretro" "libretro/VBA-M (7/55)"
|
||||||
update_header "libretro-handy/libretro" "libretro/Handy (8/55)"
|
update_header "libretro-handy/libretro" "libretro/Handy (8/55)"
|
||||||
|
@ -92,8 +86,8 @@ update_header "libretro-scummvm/backends/platform/libretro" "libretro/scummvm (3
|
||||||
update_header "libretro-yabause/libretro" "libretro/yabause (31/55)"
|
update_header "libretro-yabause/libretro" "libretro/yabause (31/55)"
|
||||||
update_header "libretro-dosbox/libretro" "libretro/dosbox (32/55)"
|
update_header "libretro-dosbox/libretro" "libretro/dosbox (32/55)"
|
||||||
update_header "libretro-virtualjaguar" "libretro/virtualjaguar (33/55)"
|
update_header "libretro-virtualjaguar" "libretro/virtualjaguar (33/55)"
|
||||||
update_header "libretro-mame078/src/libretro" "libretro/mame078 (34/55)"
|
update_header "libretro-mame2003/src/libretro" "libretro/mame078 (34/55)"
|
||||||
update_header "libretro-mame139/src/osd/retro" "libretro/mame139 (35/55)"
|
update_header "libretro-mame2010/src/osd/retro" "libretro/mame139 (35/55)"
|
||||||
update_header "libretro-mame" "libretro/mame (36/55)"
|
update_header "libretro-mame" "libretro/mame (36/55)"
|
||||||
update_header "libretro-ffmpeg/libretro" "libretro/FFmpeg (37/55)"
|
update_header "libretro-ffmpeg/libretro" "libretro/FFmpeg (37/55)"
|
||||||
update_header "libretro-bsnes_cplusplus98/snes/libretro" "libretro/bsnes-cplusplus98 (38/55)"
|
update_header "libretro-bsnes_cplusplus98/snes/libretro" "libretro/bsnes-cplusplus98 (38/55)"
|
||||||
|
|
Loading…
Reference in New Issue