mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-22 23:49:50 +00:00
Update
This commit is contained in:
parent
22e9029640
commit
daa44b7441
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user