From a00cb214026ff7c745f07a6301e0d0dc2046e5a6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 11 Aug 2017 16:08:21 +0200 Subject: [PATCH] Add recipe files for msvc 2017 x64 --- recipes/windows/cores-windows-msvc2017-x64_dw2-generic | 1 + .../cores-windows-msvc2017-x64_dw2-generic.conf | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 recipes/windows/cores-windows-msvc2017-x64_dw2-generic create mode 100644 recipes/windows/cores-windows-msvc2017-x64_dw2-generic.conf diff --git a/recipes/windows/cores-windows-msvc2017-x64_dw2-generic b/recipes/windows/cores-windows-msvc2017-x64_dw2-generic new file mode 100644 index 00000000..cce99537 --- /dev/null +++ b/recipes/windows/cores-windows-msvc2017-x64_dw2-generic @@ -0,0 +1 @@ +fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git master PROJECT YES GENERIC Makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2017-x64_dw2-generic.conf b/recipes/windows/cores-windows-msvc2017-x64_dw2-generic.conf new file mode 100644 index 00000000..ee046c5d --- /dev/null +++ b/recipes/windows/cores-windows-msvc2017-x64_dw2-generic.conf @@ -0,0 +1,10 @@ +PATH /mingw32/lib/ccache/bin:/mingw32/bin +MSYSTEM MINGW32 +platform msvc2017_x64 +PLATFORM windows +ARCH x64 +MAKE make.exe +CC gcc +CXX g++ +CXX11 g++ +CORE_JOB YES