]> git.saurik.com Git - wxWidgets.git/blobdiff - locale/Makefile
old mingw32 compilation fix
[wxWidgets.git] / locale / Makefile
index eca5dd8e9122cf2a510d7b3ae9e6c2feb5cfabd0..8d4123a65ee4b595a69dfda5a51b702a440ed18e 100644 (file)
@@ -10,7 +10,7 @@
 WX_LINGUAS := `ls *.po 2> /dev/null | sed -n 's/\(wxstd\)\?\.po//p'`
 
 # the programs we use (TODO: use configure to detect them)
-MSGFMT=msgfmt
+MSGFMT=msgfmt --verbose
 MSGMERGE=msgmerge
 XGETTEXT=xgettext
 XARGS=xargs
@@ -30,6 +30,8 @@ wxstd.po:
        touch $@
        find ../include -name "*.h" | $(XARGS) $(XGETTEXT) $(XGETTEXT_ARGS) -o wxstd.po
        find ../src -name "*.cpp" | $(XARGS) $(XGETTEXT) $(XGETTEXT_ARGS) -o wxstd.po
+       find ../contrib/include -name "*.h" | $(XARGS) $(XGETTEXT) $(XGETTEXT_ARGS) -o wxstd.po
+       find ../contrib/src -name "*.cpp" | $(XARGS) $(XGETTEXT) $(XGETTEXT_ARGS) -o wxstd.po
 
 allpo: force-update
        @-for t in $(WX_LINGUAS); do $(MAKE) $$t.po; done