diff --git a/dist-scripts/xdk1-cores.sh b/dist-scripts/xdk1-cores.sh index 123a8167c9..726ea5bedc 100644 --- a/dist-scripts/xdk1-cores.sh +++ b/dist-scripts/xdk1-cores.sh @@ -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 diff --git a/dist-scripts/xdk1_env.bat b/dist-scripts/xdk1_env.bat index b2c0d33907..4a0e7f69d1 100644 --- a/dist-scripts/xdk1_env.bat +++ b/dist-scripts/xdk1_env.bat @@ -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 diff --git a/dist-scripts/xdk1_env_bigstack.bat b/dist-scripts/xdk1_env_bigstack.bat index a15dd58154..3b0f6b7a5e 100644 --- a/dist-scripts/xdk1_env_bigstack.bat +++ b/dist-scripts/xdk1_env_bigstack.bat @@ -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