summaryrefslogtreecommitdiff
path: root/config/libc/mingw.in
blob: 875f5a2ce91da82c3b83e0b03819ad3276df70df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# mingw options

## depends on WINDOWS
##
## select LIBC_SUPPORT_THREADS_NATIVE
## select CC_CORE_PASSES_NEEDED
##
## help The de-facto standard for Mingw distributions.

config THREADS
    default "win32"

choice
    bool
    prompt "Windows API version"

# Don't remove next line
# CT_INSERT_VERSION_BELOW
config WINAPI_V_2_0_7
    bool
    prompt "2.0.7"

config WINAPI_V_select
    bool
    prompt "Other version"

endchoice

config WINAPI_VERSION
    string
    prompt "Windows API version" if WINAPI_V_select
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "2.0.7" if WINAPI_V_2_0_7
    help
      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"