diff --git a/recipes/windows/cores-windows-x64_seh-cmake b/recipes/windows/cores-windows-x64_seh-cmake new file mode 100644 index 00000000..8185836d --- /dev/null +++ b/recipes/windows/cores-windows-x64_seh-cmake @@ -0,0 +1,2 @@ +citra libretro-citra https://github.com/libretro/citra.git master SUBMODULE YES CMAKE Makefile build -G "MSYS Makefiles" -DENABLE_LIBRETRO=1 -DENABLE_SDL2=0 -DENABLE_QT=0 -DCMAKE_BUILD_TYPE="Release" --target citra_libretro .. +px68k libretro-px68k https://github.com/libretro/px68k-libretro.git master PROJECT YES GENERIC Makefile.libretro . diff --git a/recipes/windows/cores-windows-x64_seh-cmake.conf b/recipes/windows/cores-windows-x64_seh-cmake.conf new file mode 100644 index 00000000..c035ac43 --- /dev/null +++ b/recipes/windows/cores-windows-x64_seh-cmake.conf @@ -0,0 +1,11 @@ +PATH /mingw64/bin +MSYSTEM MINGW64 +platform MINGW64 +PLATFORM windows +ARCH x86_64 +MAKE make.exe +CMAKE cmake.exe +CC gcc +CXX g++ +CXX11 g++ +CORE_JOB YES