diff --git a/libretro-config.sh b/libretro-config.sh index f9c14b2c..91ee9b78 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -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" diff --git a/recipes/windows/cores-windows-msvc2003-x86_dw2-generic b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic new file mode 100644 index 00000000..8918667c --- /dev/null +++ b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic @@ -0,0 +1 @@ +fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master PROJECT YES GENERIC Makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2003-x86_dw2-generic.conf b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic.conf new file mode 100644 index 00000000..1f1a8ca5 --- /dev/null +++ b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic.conf @@ -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