config/libc/mingw.in
changeset 3112 6cb56b3f2d34
parent 2444 896cb0d36c1a
child 3131 bd172b161ff8
     1.1 --- a/config/libc/mingw.in	Sun May 08 19:02:44 2011 +0200
     1.2 +++ b/config/libc/mingw.in	Wed Nov 14 14:05:49 2012 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  # mingw options
     1.5  
     1.6 -## depends on MINGW32
     1.7 +## depends on WINDOWS
     1.8  ##
     1.9  ## select LIBC_SUPPORT_WIN32THREADS
    1.10  ##
    1.11 @@ -8,26 +8,33 @@
    1.12  
    1.13  choice
    1.14      bool
    1.15 -    prompt "Mingw runtime version"
    1.16 +    prompt "Windows API version"
    1.17  
    1.18  # Don't remove next line
    1.19  # CT_INSERT_VERSION_BELOW
    1.20 -config MINGWRT_V_3_18
    1.21 +config WINAPI_V_2_0_7
    1.22      bool
    1.23 -    prompt "3.18"
    1.24 +    prompt "2.0.7"
    1.25  
    1.26 -config MINGWRT_V_select
    1.27 +config WINAPI_V_select
    1.28      bool
    1.29      prompt "Other version"
    1.30  
    1.31  endchoice
    1.32  
    1.33 -config MINGWRT_VERSION
    1.34 +config WINAPI_VERSION
    1.35      string
    1.36 -    prompt "Mingw runtime version" if MINGWRT_V_select
    1.37 +    prompt "Windows API version" if WINAPI_V_select
    1.38  # Don't remove next line
    1.39  # CT_INSERT_VERSION_STRING_BELOW
    1.40 -    default "3.18" if MINGWRT_V_3_18
    1.41 +    default "2.0.7" if WINAPI_V_2_0_7
    1.42      help
    1.43 -      Enter the version number of the mingw runtime files to use
    1.44 +      Enter the version number of the Windows API files to use
    1.45  
    1.46 +config MINGW_DIRECTX
    1.47 +    bool
    1.48 +    prompt "Include DirectX development files"
    1.49 +
    1.50 +config MINGW_DDK
    1.51 +    bool
    1.52 +    prompt "Include DDK development files"