This commit is contained in:
twinaphex 2018-02-18 02:08:18 +01:00
parent 22e9029640
commit daa44b7441
3 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ for f in *_${platform}.lib ; do
if [ $name = "tyrquake" ] || [ $name = "genesis_plus_gx" ] ; then
echo "Applying whole archive linking for this core..."
cp -f "$f" ../pkg/msvc/RetroArch-Xbox1/Release_LTCG_BigStack/libretro_${platform}.lib
cmd.exe /k xdk1_env_bigstack.bat ${name}_libretro_xdk1
cmd.exe /k ${platform}_env_bigstack.bat ${name}_libretro_${platform}
else
cp -f "$f" ../pkg/msvc/RetroArch-Xbox1/Release_LTCG/libretro_${platform}.lib
cmd.exe /k xdk1_env.bat ${name}_libretro_xdk1
cmd.exe /k ${platform}_env.bat ${name}_libretro_${platform}
fi
done

View File

@ -47,5 +47,5 @@ devenv /clean Release_LTCG RetroArch-Xbox1.sln
devenv /build Release_LTCG RetroArch-Xbox1.sln
copy RetroArch-Xbox1\Release_LTCG\RetroArch.xbe RetroArch-Xbox1\%1.xbe
del RetroArch-Xbox1\Release_LTCG\RetroArch.xbe
del RetroArch-Xbox1\Release_LTCG\libretro_xdk.lib
del RetroArch-Xbox1\Release_LTCG\libretro_xdk1.lib
exit

View File

@ -47,5 +47,5 @@ devenv /clean Release_LTCG_BigStack RetroArch-Xbox1.sln
devenv /build Release_LTCG_BigStack RetroArch-Xbox1.sln
copy RetroArch-Xbox1\Release_LTCG_BigStack\RetroArch.xbe RetroArch-Xbox1\%1.xbe
del RetroArch-Xbox1\Release_LTCG_BigStack\RetroArch.xbe
del RetroArch-Xbox1\Release_LTCG_BigStack\libretro_xdk.lib
del RetroArch-Xbox1\Release_LTCG_BigStack\libretro_xdk1.lib
exit