summaryrefslogtreecommitdiff
path: root/config/libc/mingw.in
diff options
context:
space:
mode:
authorYann Diorcet <diorcet.yann@gmail.com>2012-11-14 13:05:49 (GMT)
committerYann Diorcet <diorcet.yann@gmail.com>2012-11-14 13:05:49 (GMT)
commit3d01e9f2752cd97285d7effdf548f1ea7ec8feb8 (patch)
tree6d964e1c73e32b55c2a23f53b7088606728711ec /config/libc/mingw.in
parent79a9f857e2fe6df6be889963dd504b84b1a3ea1a (diff)
libc/mingw: replace mingw32 with generic mingw
Replace the 32-bit-only mingw32 with mingw-w64 that is capable of building toolchains for both 32-bit and 64-bit Windows. kernel/mingw: replace mingw32 with generic Windows kernel/windows: New windows kernel supporting 32 and 64 bit arch libc/mingw: Remove old options patches: Remove old mingw libc options' patches Signed-off-by: "Yann Diorcet" <diorcet.yann@gmail.com> [yann.morin.1998@free.fr: array var in libc/mingw.sh, typos] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <b045ac08fc9eac2e5ee3.1352898499@blackmint> Patchwork-Id: 198901
Diffstat (limited to 'config/libc/mingw.in')
-rw-r--r--config/libc/mingw.in25
1 files changed, 16 insertions, 9 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in
index c2b10e4..fddf1ed 100644
--- a/config/libc/mingw.in
+++ b/config/libc/mingw.in
@@ -1,6 +1,6 @@
# mingw options
-## depends on MINGW32
+## depends on WINDOWS
##
## select LIBC_SUPPORT_WIN32THREADS
##
@@ -8,26 +8,33 @@
choice
bool
- prompt "Mingw runtime version"
+ prompt "Windows API version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config MINGWRT_V_3_18
+config WINAPI_V_2_0_7
bool
- prompt "3.18"
+ prompt "2.0.7"
-config MINGWRT_V_select
+config WINAPI_V_select
bool
prompt "Other version"
endchoice
-config MINGWRT_VERSION
+config WINAPI_VERSION
string
- prompt "Mingw runtime version" if MINGWRT_V_select
+ prompt "Windows API version" if WINAPI_V_select
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "3.18" if MINGWRT_V_3_18
+ default "2.0.7" if WINAPI_V_2_0_7
help
- Enter the version number of the mingw runtime files to use
+ Enter the version number of the Windows API files to use
+config MINGW_DIRECTX
+ bool
+ prompt "Include DirectX development files"
+
+config MINGW_DDK
+ bool
+ prompt "Include DDK development files"