add msvc2010 cores
This commit is contained in:
parent
e5d2526949
commit
fae60e41f9
|
@ -0,0 +1,5 @@
|
|||
4do libretro-4do https://github.com/libretro/4do-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git master PROJECT YES GENERIC Makefile.libretro .
|
||||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git master PROJECT YES GENERIC Makefile .
|
||||
snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master PROJECT YES GENERIC_ALT Makefile.libretro .
|
||||
vba_next libretro-vba_next https://github.com/libretro/vba-next.git master PROJECT YES GENERIC_ALT Makefile.libretro .
|
|
@ -0,0 +1,10 @@
|
|||
PATH /mingw32/lib/ccache/bin:/mingw32/bin
|
||||
MSYSTEM MINGW32
|
||||
platform msvc2010_x86
|
||||
PLATFORM windows
|
||||
ARCH x86
|
||||
MAKE make.exe
|
||||
CC gcc
|
||||
CXX g++
|
||||
CXX11 g++
|
||||
CORE_JOB YES
|
Loading…
Reference in New Issue