summaryrefslogtreecommitdiff
path: root/config/libc/mingw.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/mingw.in')
-rw-r--r--config/libc/mingw.in20
1 files changed, 12 insertions, 8 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in
index 936fd67..0f05845 100644
--- a/config/libc/mingw.in
+++ b/config/libc/mingw.in
@@ -129,16 +129,20 @@ config WINAPI_VERSION
Enter the version number of the Windows API files to use
config MINGW_DIRECTX
- bool
- prompt "Include DirectX development files"
+ bool "Include DirectX development files"
config MINGW_DDK
- bool
- prompt "Include DDK development files"
+ bool "Include DDK development files"
config MINGW_TOOLS
- bool
- prompt "Include the companion tools"
+ bool "Include the companion tools"
+ default y
+ help
+ Build the companion tools with mingw such as widl, gendef,
+ and genpeimg.
+
+config MINGW_TOOL_LIST_ARRAY
+ string "List of mingw-w64 tools to build"
+ default "gendef genidl genlib genpeimg widl"
help
- build the companion tools with mingw such as widl, gendef,
- and genpeimg
+ List of mingw-w64 tools to build.