From 5370968521dcbaa68ec4e59f964cb19640c56e9b Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 2 Aug 2015 21:45:54 -0500 Subject: [PATCH] add mame2014 --- recipes/windows/cores-mingw-w32-sjlj | 7 ++++--- recipes/windows/cores-mingw-w32-sjlj.conf | 1 + recipes/windows/cores-mingw-w64-sjlj | 9 +++++---- recipes/windows/cores-mingw-w64-sjlj.conf | 1 + 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/recipes/windows/cores-mingw-w32-sjlj b/recipes/windows/cores-mingw-w32-sjlj index 2b05f390..d4774524 100644 --- a/recipes/windows/cores-mingw-w32-sjlj +++ b/recipes/windows/cores-mingw-w32-sjlj @@ -1,8 +1,5 @@ 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 . -mame libretro-mame https://github.com/libretro/mame.git PROJECT NO GENERIC Makefile.libretro . TARGET=mame PTR64=0 -mess libretro-mame https://github.com/libretro/mame.git PROJECT NO GENERIC Makefile.libretro . TARGET=mess PTR64=0 PARTIAL=1 -ume libretro-mame https://github.com/libretro/mame.git PROJECT NO GENERIC Makefile.libretro . TARGET=ume PTR64=0 PARTIAL=1 mednafen_gba libretro-mednafen_gba https://github.com/libretro/beetle-gba-libretro.git PROJECT YES GENERIC Makefile . mednafen_lynx libretro-mednafen_lynx https://github.com/libretro/beetle-lynx-libretro.git PROJECT YES GENERIC Makefile . mednafen_ngp libretro-mednafen_ngp https://github.com/libretro/beetle-ngp-libretro.git PROJECT YES GENERIC Makefile . @@ -15,3 +12,7 @@ mednafen_supergrafx libretro-mednafen_supergrafx https://github.com/libretro/bee mednafen_vb libretro-mednafen_vb https://github.com/libretro/beetle-vb-libretro.git PROJECT YES GENERIC Makefile . mednafen_wswan libretro-mednafen_wswan https://github.com/libretro/beetle-wswan-libretro.git PROJECT YES GENERIC Makefile . 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=0 +mame2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile.libretro . TARGET=mame PTR64=0 PARTIAL=0 +mess2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile.libretro . TARGET=mess PTR64=0 PARTIAL=1 +ume2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile.libretro . TARGET=ume PTR64=0 PARTIAL=1 \ No newline at end of file diff --git a/recipes/windows/cores-mingw-w32-sjlj.conf b/recipes/windows/cores-mingw-w32-sjlj.conf index 1bce6e2a..24bfc0b5 100644 --- a/recipes/windows/cores-mingw-w32-sjlj.conf +++ b/recipes/windows/cores-mingw-w32-sjlj.conf @@ -1,4 +1,5 @@ PATH /c/Toolchains/mingw32_posix/bin:/c/Toolchains/python32 +MINW32 /c/Toolchains/mingw32_posix/ platform MINGW32 ARCH x86 MAKE mingw32-make.exe diff --git a/recipes/windows/cores-mingw-w64-sjlj b/recipes/windows/cores-mingw-w64-sjlj index b0704aef..896f2c56 100644 --- a/recipes/windows/cores-mingw-w64-sjlj +++ b/recipes/windows/cores-mingw-w64-sjlj @@ -1,5 +1,6 @@ -mame libretro-mame https://github.com/libretro/mame.git PROJECT NO GENERIC Makefile.libretro . TARGET=mame PTR64=1 PARTIAL=0 -mess libretro-mame https://github.com/libretro/mame.git PROJECT NO GENERIC Makefile.libretro . TARGET=mess PTR64=1 PARTIAL=1 -ume libretro-mame https://github.com/libretro/mame.git PROJECT NO GENERIC Makefile.libretro . TARGET=ume PTR64=1 PARTIAL=1 -mame078 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git PROJECT YES GENERIC makefile . PTR64=1 ARCH= +mame078 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git PROJECT YES GENERIC makefile . PTR64=1 ARCH=x86 mame2010 libretro-mame2010 https://github.com/libretro/mame2010-libretro.git PROJECT YES GENERIC Makefile.libretro . VRENDER=soft PTR64=1 +mame libretro-mame https://github.com/libretro/mame.git PROJECT YES GENERIC Makefile.libretro . PTR64=1 +mame2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile.libretro . TARGET=mame PTR64=1 PARTIAL=0 +mess2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile.libretro . TARGET=mess PTR64=1 PARTIAL=1 +ume2014 libretro-mame2014 https://github.com/libretro/mame2014-libretro.git PROJECT YES GENERIC Makefile.libretro . TARGET=ume PTR64=1 PARTIAL=1 \ No newline at end of file diff --git a/recipes/windows/cores-mingw-w64-sjlj.conf b/recipes/windows/cores-mingw-w64-sjlj.conf index dc6134e4..a3d670b3 100644 --- a/recipes/windows/cores-mingw-w64-sjlj.conf +++ b/recipes/windows/cores-mingw-w64-sjlj.conf @@ -1,5 +1,6 @@ PATH /c/Toolchains/mingw64_posix/bin:/c/Toolchains/python64 platform MINGW64 +MINGW64 /c/Toolchains/mingw64_posix/ ARCH x86_64 MAKE make CC gcc