Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-07-09 13:16:05 +0400
committerNick Clifton <nickc@redhat.com>2007-07-09 13:16:05 +0400
commitbffcbe34be65c4c915beca491d35650858d00e4a (patch)
treec24a57f992895747ec0d4150d38b0b84f20a27a6 /Makefile.def
parent8d2008a317e98a4cc8e17e1c788b061a92595944 (diff)
Import patch from FSF gcc sources to add support for building windmc tool.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 3d2c6eeeb..c6d05d563 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -260,6 +260,7 @@ flags_to_pass = { flag= OBJDUMP_FOR_TARGET ; };
flags_to_pass = { flag= RANLIB_FOR_TARGET ; };
flags_to_pass = { flag= STRIP_FOR_TARGET ; };
flags_to_pass = { flag= WINDRES_FOR_TARGET ; };
+flags_to_pass = { flag= WINDMC_FOR_TARGET ; };
// Miscellaneous
flags_to_pass = { flag= LANGUAGES ; optional=true ; };