diff --git a/recipes/windows/cores-windows-x64_seh-cross.conf b/recipes/windows/cores-windows-x64_seh-cross.conf index b6817cdf..5037f504 100644 --- a/recipes/windows/cores-windows-x64_seh-cross.conf +++ b/recipes/windows/cores-windows-x64_seh-cross.conf @@ -1,5 +1,6 @@ PATH /mingw64/lib/ccache/bin:/mingw64/bin -platform MINGW64 +MSYSTEM MINGW64 +platform windows PLATFORM windows ARCH x86_64 MAKE make.exe diff --git a/recipes/windows/cores-windows-x64_seh-generic.conf b/recipes/windows/cores-windows-x64_seh-generic.conf index 7a6f04ee..5037f504 100644 --- a/recipes/windows/cores-windows-x64_seh-generic.conf +++ b/recipes/windows/cores-windows-x64_seh-generic.conf @@ -1,6 +1,6 @@ PATH /mingw64/lib/ccache/bin:/mingw64/bin MSYSTEM MINGW64 -platform MINGW64 +platform windows PLATFORM windows ARCH x86_64 MAKE make.exe diff --git a/recipes/windows/cores-windows-x64_sjlj-generic.conf b/recipes/windows/cores-windows-x64_sjlj-generic.conf index 0db011fb..c55d5fe4 100644 --- a/recipes/windows/cores-windows-x64_sjlj-generic.conf +++ b/recipes/windows/cores-windows-x64_sjlj-generic.conf @@ -1,6 +1,7 @@ PATH /home/buildbot/tools/mingw64_posix/bin:/home/buildbot/tools/python MINGW64 /home/buildbot/tools/mingw64_posix/ -platform MINGW64 +MSYSTEM MINGW64 +platform windows PLATFORM windows MAKE make CC gcc diff --git a/recipes/windows/cores-windows-x86_dw2-cross.conf b/recipes/windows/cores-windows-x86_dw2-cross.conf index 57894050..c99440d4 100644 --- a/recipes/windows/cores-windows-x86_dw2-cross.conf +++ b/recipes/windows/cores-windows-x86_dw2-cross.conf @@ -1,9 +1,9 @@ -PATH /mingw32/lib/ccache/bin/:/mingw32/bin/ +PATH /mingw32/lib/ccache/bin:/mingw32/bin MSYSTEM MINGW32 -platform MINGW32 +platform windows PLATFORM windows ARCH x86 -MAKE mingw32-make.exe +MAKE make.exe CC gcc CXX g++ CXX11 g++ diff --git a/recipes/windows/cores-windows-x86_dw2-generic b/recipes/windows/cores-windows-x86_dw2-generic index eebe309e..f68298a5 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic +++ b/recipes/windows/cores-windows-x86_dw2-generic @@ -63,3 +63,14 @@ vbam libretro-vbam https://github.com/libretro/vbam-libretro.git PROJECT YES GEN vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GENERIC Makefile.libretro . virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git PROJECT YES GENERIC Makefile . yabause libretro-yabause https://github.com/libretro/yabause.git PROJECT YES GENERIC Makefile libretro +desmume libretro-desmume https://github.com/libretro/desmume.git PROJECT YES GENERIC Makefile.libretro desmume +dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git PROJECT YES GENERIC Makefile.libretro . +prboom libretro-prboom https://github.com/libretro/libretro-prboom.git PROJECT YES GENERIC_ALT Makefile . +mame libretro-mame https://github.com/libretro/mame.git PROJECT YES GENERIC Makefile.libretro . PTR64=1 +mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git PROJECT YES GENERIC Makefile . +mame2010 libretro-mame2010 https://github.com/libretro/mame2010-libretro.git PROJECT YES GENERIC Makefile . VRENDER=soft PTR64=0 +mame2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile . TARGET=mame PTR64=0 +mess2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile . TARGET=mess PTR64=0 +ume2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile . TARGET=ume PTR64=0 +mednafen_psx libretro-beetle_psx https://github.com/libretro/beetle-psx-libretro.git PROJECT YES GENERIC Makefile . +mednafen_psx_hw libretro-beetle_psx_hw https://github.com/libretro/beetle-psx-libretro.git PROJECT YES GENERIC Makefile . HAVE_HW=1 diff --git a/recipes/windows/cores-windows-x86_dw2-generic.conf b/recipes/windows/cores-windows-x86_dw2-generic.conf index 2169bebf..c99440d4 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_dw2-generic.conf @@ -1,8 +1,9 @@ -PATH /mingw32/lib/ccache/bin/:/mingw32/bin/ -platform MINGW32 +PATH /mingw32/lib/ccache/bin:/mingw32/bin +MSYSTEM MINGW32 +platform windows PLATFORM windows ARCH x86 -MAKE mingw32-make.exe +MAKE make.exe CC gcc CXX g++ CXX11 g++ diff --git a/recipes/windows/cores-windows-x86_sjlj-generic b/recipes/windows/cores-windows-x86_sjlj-generic index 418e44df..b28b04f6 100644 --- a/recipes/windows/cores-windows-x86_sjlj-generic +++ b/recipes/windows/cores-windows-x86_sjlj-generic @@ -1,13 +1,3 @@ -desmume libretro-desmume https://github.com/libretro/desmume.git PROJECT YES GENERIC Makefile.libretro desmume -dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git PROJECT YES GENERIC Makefile.libretro . -prboom libretro-prboom https://github.com/libretro/libretro-prboom.git PROJECT YES GENERIC_ALT Makefile . -mame libretro-mame https://github.com/libretro/mame.git PROJECT YES GENERIC Makefile.libretro . PTR64=1 -mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git PROJECT YES GENERIC Makefile . -mame2010 libretro-mame2010 https://github.com/libretro/mame2010-libretro.git PROJECT YES GENERIC Makefile . VRENDER=soft PTR64=0 -mame2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile . TARGET=mame PTR64=0 -mess2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile . TARGET=mess PTR64=0 -ume2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile . TARGET=ume PTR64=0 -mednafen_psx libretro-beetle_psx https://github.com/libretro/beetle-psx-libretro.git PROJECT YES GENERIC Makefile . -mednafen_psx_hw libretro-beetle_psx_hw https://github.com/libretro/beetle-psx-libretro.git PROJECT YES GENERIC Makefile . HAVE_HW=1 + diff --git a/recipes/windows/cores-windows-x86_sjlj-generic.conf b/recipes/windows/cores-windows-x86_sjlj-generic.conf index 757b8787..4dc698a0 100644 --- a/recipes/windows/cores-windows-x86_sjlj-generic.conf +++ b/recipes/windows/cores-windows-x86_sjlj-generic.conf @@ -1,9 +1,10 @@ PATH /home/buildbot/tools/mingw32_posix/bin:/home/buildbot/tools/python MINGW32 /home/buildbot/tools/mingw32_posix/ -platform MINGW32 +MSYSTEM MINGW32 +platform windows PLATFORM windows ARCH x86 -MAKE mingw32-make.exe +MAKE make.exe CC gcc CXX g++ CORE_JOB YES diff --git a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf index ee6e4ce9..91f551b2 100644 --- a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf @@ -2,7 +2,7 @@ PATH /mingw32/lib/ccache/bin/:/mingw32_w32/bin/ platform MINGW32 PLATFORM windows ARCH x86 -MAKE mingw32-make.exe +MAKE make.exe CC gcc CXX g++ CXX11 g++ diff --git a/recipes/windows/retroarch-windows-x64_seh.conf b/recipes/windows/retroarch-windows-x64_seh.conf index 50e8190b..8fd36fc7 100644 --- a/recipes/windows/retroarch-windows-x64_seh.conf +++ b/recipes/windows/retroarch-windows-x64_seh.conf @@ -1,5 +1,6 @@ PATH /mingw64/lib/ccache/bin:/mingw64/bin -platform MINGW64 +MSYSTEM MINGW64 +platform windows PLATFORM windows ARCH x86_64 MAKE make diff --git a/recipes/windows/retroarch-windows-x86_dw2.conf b/recipes/windows/retroarch-windows-x86_dw2.conf index 0f15393f..425a210d 100644 --- a/recipes/windows/retroarch-windows-x86_dw2.conf +++ b/recipes/windows/retroarch-windows-x86_dw2.conf @@ -1,9 +1,11 @@ -PATH /mingw32/bin -platform MINGW32 +PATH /mingw32/lib/ccache/bin:/mingw32/bin +MSYSTEM MINGW32 +platform windows PLATFORM windows ARCH x86 MAKE make -CC /mingw32/bin/gcc -CXX /mingw32/bin/g++ +CC gcc +CXX g++ +CXX11 g++ CONFIGURE ./configure RA YES