mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Add MAME2010 and MAME0023 targets for win x64.
MAME2003 still fails a the linking phase
This commit is contained in:
parent
7b2c1471db
commit
920e0d2df6
@ -215,6 +215,11 @@ build_libretro_generic_makefile() {
|
||||
${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS}
|
||||
else
|
||||
echo "buid command: ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS}"
|
||||
if [ "${NAME}" == "mame2010" ];
|
||||
then
|
||||
${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS} buildtools
|
||||
fi
|
||||
|
||||
${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS}
|
||||
fi
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
mame078 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git PROJECT YES GENERIC makefile . PTR64=1 ARCH=
|
||||
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 . TARGET=mame PTR64=1 PARTIAL=0
|
||||
mess libretro-mame https://github.com/libretro/mame.git PROJECT YES GENERIC Makefile.libretro . TARGET=mess PTR64=1 PARTIAL=1
|
||||
ume libretro-mame https://github.com/libretro/mame.git PROJECT YES GENERIC Makefile.libretro . TARGET=ume PTR64=1 PARTIAL=1
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH /c/Toolchains/mingw64_posix/bin:/c/Toolchains/python64
|
||||
platform MINGW64
|
||||
ARCH x86_64
|
||||
MAKE mingw32-make.exe
|
||||
MAKE make
|
||||
CC gcc
|
||||
CXX g++
|
||||
|
||||
PTR64 1
|
||||
|
Loading…
Reference in New Issue
Block a user