From 1f6c6d3f328bba62244975c5a73b7bd4a94ee3dc Mon Sep 17 00:00:00 2001 From: Li-Hang Lin Date: Fri, 7 Oct 2016 10:54:46 +0800 Subject: mingw: compile the mingw-w64 companion tools as well There are some useful tools such as widl, gendef, genidl ... etc. provided by mingw-w64 and do not waste the developers' works. Signed-off-by: Li-Hang Lin --- config/libc/mingw.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/libc') diff --git a/config/libc/mingw.in b/config/libc/mingw.in index 6c33d2fb..0de5dacd 100644 --- a/config/libc/mingw.in +++ b/config/libc/mingw.in @@ -103,3 +103,10 @@ config MINGW_DIRECTX config MINGW_DDK bool prompt "Include DDK development files" + +config MINGW_TOOLS + bool + prompt "Include the companion tools" + help + build the companion tools with mingw such as widl, gendef, + and genpeimg -- cgit v1.2.3