add RA build command for 64 bit

This commit is contained in:
Radius 2015-01-27 20:15:09 -05:00
parent e0acbdb430
commit 005b4abed4
4 changed files with 14 additions and 0 deletions

View File

@ -1266,6 +1266,7 @@ then
fi
echo $ARCH
if [ "${PLATFORM}" == "MINGW64" ] && [ "${RA}" == "YES" ];
then

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,7 @@
PATH /mingw64/bin
platform MINGW64
ARCH x86_64
MAKE mingw32-make.exe
CC /mingw64/bin/gcc
CXX /mingw64/bin/g++
RA YES

View File

@ -0,0 +1,5 @@
retroarch retroarch https://github.com/libretro/Retroarch.git PROJECT YES .
overlays overlays https://github.com/libretro/common-overlays.git ASSETS YES retroarch/media
shaders shaders_cg https://github.com/libretro/common-shaders.git ASSETS YES retroarch/media
autoconfig autoconfig https://github.com/libretro/retroarch-joypad-autoconfig.git ASSETS YES retroarch/media
assets assets https://github.com/libretro/retroarch-assets.git ASSETS YES retroarch/media