From 76babb3c63faa3b9eb02e5a7ef9446a960386309 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Thu, 7 Dec 2017 22:06:01 -0500 Subject: [PATCH] add core file for msvc2003 --- libretro-config.sh | 10 ++++++++++ recipes/windows/cores-windows-msvc2003-x86_dw2-generic | 1 + .../cores-windows-msvc2003-x86_dw2-generic.conf | 10 ++++++++++ 3 files changed, 21 insertions(+) create mode 100644 recipes/windows/cores-windows-msvc2003-x86_dw2-generic create mode 100644 recipes/windows/cores-windows-msvc2003-x86_dw2-generic.conf 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