config/libc/mingw.in.2
changeset 2018 860de6018501
child 2484 d1a8c2ae7946
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/libc/mingw.in.2	Sun Jul 11 21:36:55 2010 +0200
     1.3 @@ -0,0 +1,76 @@
     1.4 +# Part-2 of mingw C library options: development libraries
     1.5 +
     1.6 +config MINGW_DIRECTX
     1.7 +    bool
     1.8 +    prompt "Include DirectX development files"
     1.9 +    default n
    1.10 +
    1.11 +config MINGW_OPENGL
    1.12 +    bool
    1.13 +    prompt "Include OpenGL development files"
    1.14 +    default n
    1.15 +
    1.16 +config MINGW_PDCURSES
    1.17 +    bool
    1.18 +    prompt "Include PDCurses (NCurses library) development files"
    1.19 +    default n
    1.20 +
    1.21 +choice
    1.22 +    bool
    1.23 +    prompt "PDCurses library version"
    1.24 +    depends on MINGW_PDCURSES
    1.25 +
    1.26 +config MINGW_PDCURSES_V_3_4
    1.27 +    bool
    1.28 +    prompt "3.4"
    1.29 +
    1.30 +# CT_INSERT_VERSION_ABOVE
    1.31 +# Don't remove above line!
    1.32 +
    1.33 +config MINGW_PDCURSES_V_select
    1.34 +    bool
    1.35 +    prompt "Other version"
    1.36 +
    1.37 +endchoice
    1.38 +
    1.39 +config MINGW_PDCURSES_VERSION
    1.40 +    string
    1.41 +    prompt "PDCurses library version" if MINGW_PDCURSES_V_select
    1.42 +    default "3.4" if MINGW_PDCURSES_V_3_4
    1.43 +# CT_INSERT_VERSION_STRING_ABOVE
    1.44 +# Don't remove above line!
    1.45 +    help
    1.46 +      Enter the version number of the PDCurses library to use
    1.47 +
    1.48 +config MINGW_GNURX
    1.49 +    bool
    1.50 +    prompt "Include GnuRX (regex library) development files"
    1.51 +    default n
    1.52 +
    1.53 +choice
    1.54 +    bool
    1.55 +    prompt "GnuRX library version"
    1.56 +    depends on MINGW_GNURX
    1.57 +
    1.58 +config MINGW_GNURX_V_2_5_1
    1.59 +    bool
    1.60 +    prompt "2.5.1"
    1.61 +
    1.62 +# CT_INSERT_VERSION_ABOVE
    1.63 +# Don't remove above line!
    1.64 +
    1.65 +config MINGW_GNURX_V_select
    1.66 +    bool
    1.67 +    prompt "Other version"
    1.68 +
    1.69 +endchoice
    1.70 +
    1.71 +config MINGW_GNURX_VERSION
    1.72 +    string
    1.73 +    prompt "GnuRX library version" if MINGW_GNURX_V_select
    1.74 +    default "2.5.1" if MINGW_GNURX_V_2_5_1
    1.75 +# CT_INSERT_VERSION_STRING_ABOVE
    1.76 +# Don't remove above line!
    1.77 +    help
    1.78 +      Enter the version number of the Regex library to use
    1.79 +