Refactor mame XDK rule

This commit is contained in:
Twinaphex 2014-03-15 22:12:54 +01:00
parent 1f3d929e0c
commit 0f1627a7c0
2 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,7 @@ build_libretro_mame078() {
cd libretro-mame078
cd src/libretro/msvc
cmd.exe /k $MSVC_NAME.bat
cp $MSVC_NAME/$RELEASE_LTCG/msvc-2010-360.$FORMAT_EXT "$RARCH_DIST_DIR"/mame078_libretro$FORMAT.$FORMAT_EXT
cp $MSVC_NAME/$RELEASE_LTCG/${MSVC_NAME}.${FORMAT_EXT} "$RARCH_DIST_DIR"/mame078_libretro$FORMAT.$FORMAT_EXT
else
echo 'MAME 0.78 not fetched, skipping ...'
fi

View File

@ -31,4 +31,5 @@ else
build_libretro_prboom
build_libretro_nestopia
build_libretro_tyrquake
#build_libretro_mame078
fi