add core file for msvc2003

This commit is contained in:
Brad Parker 2017-12-07 22:06:01 -05:00
parent 5b67640a42
commit 76babb3c63
3 changed files with 21 additions and 0 deletions

View file

@ -654,6 +654,16 @@ case "$platform" in
;;
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)
platform=windows_msvc2005_x86
FORMAT_EXT="dll"

View file

@ -0,0 +1 @@
fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master PROJECT YES GENERIC Makefile.libretro .

View file

@ -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