add core file for msvc2003
This commit is contained in:
parent
5b67640a42
commit
76babb3c63
|
@ -654,6 +654,16 @@ case "$platform" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
msvc2003_x86)
|
||||||
|
platform=windows_msvc2003_x86
|
||||||
|
FORMAT_EXT="dll"
|
||||||
|
BINARY_EXT=".exe"
|
||||||
|
FORMAT_COMPILER_TARGET="windows_msvc2003_x86"
|
||||||
|
DIST_DIR="msvc2003_x86"
|
||||||
|
CC="cl.exe"
|
||||||
|
CXX="cl.exe"
|
||||||
|
CXX11="cl.exe"
|
||||||
|
;;
|
||||||
msvc2005_x86)
|
msvc2005_x86)
|
||||||
platform=windows_msvc2005_x86
|
platform=windows_msvc2005_x86
|
||||||
FORMAT_EXT="dll"
|
FORMAT_EXT="dll"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master PROJECT YES GENERIC Makefile.libretro .
|
|
@ -0,0 +1,10 @@
|
||||||
|
PATH /mingw32/lib/ccache/bin:/mingw32/bin
|
||||||
|
MSYSTEM MINGW32
|
||||||
|
platform msvc2003_x86
|
||||||
|
PLATFORM windows
|
||||||
|
ARCH x86
|
||||||
|
MAKE make.exe
|
||||||
|
CC gcc
|
||||||
|
CXX g++
|
||||||
|
CXX11 g++
|
||||||
|
CORE_JOB YES
|
Loading…
Reference in New Issue