From 005b4abed476a495023084bc0d55c48595de6005 Mon Sep 17 00:00:00 2001 From: Radius Date: Tue, 27 Jan 2015 20:15:09 -0500 Subject: [PATCH] add RA build command for 64 bit --- libretro-buildbot-recipe.sh | 1 + recipes/retroarch-win-mingw64-seh | 1 + recipes/retroarch-win-mingw64-seh.conf | 7 +++++++ recipes/retroarch-win-mingw64-seh.ra | 5 +++++ 4 files changed, 14 insertions(+) create mode 100644 recipes/retroarch-win-mingw64-seh create mode 100644 recipes/retroarch-win-mingw64-seh.conf create mode 100644 recipes/retroarch-win-mingw64-seh.ra diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 48af41c5..7da3cc3c 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1266,6 +1266,7 @@ then fi +echo $ARCH if [ "${PLATFORM}" == "MINGW64" ] && [ "${RA}" == "YES" ]; then diff --git a/recipes/retroarch-win-mingw64-seh b/recipes/retroarch-win-mingw64-seh new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/recipes/retroarch-win-mingw64-seh @@ -0,0 +1 @@ + diff --git a/recipes/retroarch-win-mingw64-seh.conf b/recipes/retroarch-win-mingw64-seh.conf new file mode 100644 index 00000000..9a62c743 --- /dev/null +++ b/recipes/retroarch-win-mingw64-seh.conf @@ -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 diff --git a/recipes/retroarch-win-mingw64-seh.ra b/recipes/retroarch-win-mingw64-seh.ra new file mode 100644 index 00000000..1c1197fb --- /dev/null +++ b/recipes/retroarch-win-mingw64-seh.ra @@ -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