mirror of
https://github.com/libretro/libretro-super
synced 2025-02-10 15:40:27 +00:00
Merge branch 'master' of github.com:libretro/libretro-super
This commit is contained in:
commit
53b2c2c1e4
@ -1,5 +1,6 @@
|
|||||||
PATH /mingw64/lib/ccache/bin:/mingw64/bin
|
PATH /mingw64/lib/ccache/bin:/mingw64/bin
|
||||||
platform MINGW64
|
MSYSTEM MINGW64
|
||||||
|
platform windows
|
||||||
PLATFORM windows
|
PLATFORM windows
|
||||||
ARCH x86_64
|
ARCH x86_64
|
||||||
MAKE make.exe
|
MAKE make.exe
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PATH /mingw64/lib/ccache/bin:/mingw64/bin
|
PATH /mingw64/lib/ccache/bin:/mingw64/bin
|
||||||
MSYSTEM MINGW64
|
MSYSTEM MINGW64
|
||||||
platform MINGW64
|
platform windows
|
||||||
PLATFORM windows
|
PLATFORM windows
|
||||||
ARCH x86_64
|
ARCH x86_64
|
||||||
MAKE make.exe
|
MAKE make.exe
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
PATH /home/buildbot/tools/mingw64_posix/bin:/home/buildbot/tools/python
|
PATH /home/buildbot/tools/mingw64_posix/bin:/home/buildbot/tools/python
|
||||||
MINGW64 /home/buildbot/tools/mingw64_posix/
|
MINGW64 /home/buildbot/tools/mingw64_posix/
|
||||||
platform MINGW64
|
MSYSTEM MINGW64
|
||||||
|
platform windows
|
||||||
PLATFORM windows
|
PLATFORM windows
|
||||||
MAKE make
|
MAKE make
|
||||||
CC gcc
|
CC gcc
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
PATH /mingw32/lib/ccache/bin/:/mingw32/bin/
|
PATH /mingw32/lib/ccache/bin:/mingw32/bin
|
||||||
MSYSTEM MINGW32
|
MSYSTEM MINGW32
|
||||||
platform MINGW32
|
platform windows
|
||||||
PLATFORM windows
|
PLATFORM windows
|
||||||
ARCH x86
|
ARCH x86
|
||||||
MAKE mingw32-make.exe
|
MAKE make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
CXX g++
|
CXX g++
|
||||||
CXX11 g++
|
CXX11 g++
|
||||||
|
@ -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 .
|
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 .
|
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
|
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
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
PATH /mingw32/lib/ccache/bin/:/mingw32/bin/
|
PATH /mingw32/lib/ccache/bin:/mingw32/bin
|
||||||
platform MINGW32
|
MSYSTEM MINGW32
|
||||||
|
platform windows
|
||||||
PLATFORM windows
|
PLATFORM windows
|
||||||
ARCH x86
|
ARCH x86
|
||||||
MAKE mingw32-make.exe
|
MAKE make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
CXX g++
|
CXX g++
|
||||||
CXX11 g++
|
CXX11 g++
|
||||||
|
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
PATH /home/buildbot/tools/mingw32_posix/bin:/home/buildbot/tools/python
|
PATH /home/buildbot/tools/mingw32_posix/bin:/home/buildbot/tools/python
|
||||||
MINGW32 /home/buildbot/tools/mingw32_posix/
|
MINGW32 /home/buildbot/tools/mingw32_posix/
|
||||||
platform MINGW32
|
MSYSTEM MINGW32
|
||||||
|
platform windows
|
||||||
PLATFORM windows
|
PLATFORM windows
|
||||||
ARCH x86
|
ARCH x86
|
||||||
MAKE mingw32-make.exe
|
MAKE make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
CXX g++
|
CXX g++
|
||||||
CORE_JOB YES
|
CORE_JOB YES
|
||||||
|
@ -2,7 +2,7 @@ PATH /mingw32/lib/ccache/bin/:/mingw32_w32/bin/
|
|||||||
platform MINGW32
|
platform MINGW32
|
||||||
PLATFORM windows
|
PLATFORM windows
|
||||||
ARCH x86
|
ARCH x86
|
||||||
MAKE mingw32-make.exe
|
MAKE make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
CXX g++
|
CXX g++
|
||||||
CXX11 g++
|
CXX11 g++
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
PATH /mingw64/lib/ccache/bin:/mingw64/bin
|
PATH /mingw64/lib/ccache/bin:/mingw64/bin
|
||||||
platform MINGW64
|
MSYSTEM MINGW64
|
||||||
|
platform windows
|
||||||
PLATFORM windows
|
PLATFORM windows
|
||||||
ARCH x86_64
|
ARCH x86_64
|
||||||
MAKE make
|
MAKE make
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
PATH /mingw32/bin
|
PATH /mingw32/lib/ccache/bin:/mingw32/bin
|
||||||
platform MINGW32
|
MSYSTEM MINGW32
|
||||||
|
platform windows
|
||||||
PLATFORM windows
|
PLATFORM windows
|
||||||
ARCH x86
|
ARCH x86
|
||||||
MAKE make
|
MAKE make
|
||||||
CC /mingw32/bin/gcc
|
CC gcc
|
||||||
CXX /mingw32/bin/g++
|
CXX g++
|
||||||
|
CXX11 g++
|
||||||
CONFIGURE ./configure
|
CONFIGURE ./configure
|
||||||
RA YES
|
RA YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user