From 8afd78e3d391170783ae700c9ee4ccfaa3265e55 Mon Sep 17 00:00:00 2001 From: Radius Date: Thu, 30 Apr 2015 17:43:04 -0500 Subject: [PATCH] win32 gw recipes --- recipes/win_x86/gw-mingw-w32-dw2 | 2 ++ recipes/win_x86/gw-mingw-w32-dw2.conf | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 recipes/win_x86/gw-mingw-w32-dw2 create mode 100644 recipes/win_x86/gw-mingw-w32-dw2.conf diff --git a/recipes/win_x86/gw-mingw-w32-dw2 b/recipes/win_x86/gw-mingw-w32-dw2 new file mode 100644 index 00000000..7945ad3c --- /dev/null +++ b/recipes/win_x86/gw-mingw-w32-dw2 @@ -0,0 +1,2 @@ +gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES GENERIC Makefile.mingw32 build + diff --git a/recipes/win_x86/gw-mingw-w32-dw2.conf b/recipes/win_x86/gw-mingw-w32-dw2.conf new file mode 100644 index 00000000..4567ab01 --- /dev/null +++ b/recipes/win_x86/gw-mingw-w32-dw2.conf @@ -0,0 +1,10 @@ +PATH /mingw32/bin/ +platform MINGW32 +ARCH x86 +MAKE mingw32-make.exe +CC gcc +CXX g++ +CXX11 g++ +SUFFIX .mingw32 + +