summaryrefslogtreecommitdiff
path: root/config/kernel/mingw32.in
blob: e2b9d8fe355c3301a096f3a8daa25f29b7d8908b (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
# mingw32 config options
# depends on EXPERIMENTAL

config KERNEL_mingw32
    select MINGW32
    help
      Build a toolchain targeting systems running Windows as host

choice
    bool
    prompt "Windows api version"

# Don't remove next line
# CT_INSERT_VERSION_BELOW
config W32API_V_3_14
    bool
    prompt "3.14"

config W32API_V_select
    bool
    prompt "Other version"

endchoice

config W32API_VERSION
    string
    prompt "W32 api version" if W32API_V_select
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "3.14" if W32API_V_3_14
    help
      Enter the version number of the windows api files to use