]> git.saurik.com Git - wxWidgets.git/blobdiff - locale/Makefile
Use std::isfinite() for wxFinite() for C++11 compilers.
[wxWidgets.git] / locale / Makefile
index d305436a8611e17ad8bd80540eac0667af5b81b3..f0612bec47c90cc41a969941a46af521f076570c 100644 (file)
@@ -17,7 +17,7 @@ XGETTEXT=xgettext
 XARGS=xargs
 
 # common xgettext args: C++ syntax, use the specified macro names as markers
-XGETTEXT_ARGS=-C -k_ -kwxPLURAL:1,2 -kwxTRANSLATE -s -j
+XGETTEXT_ARGS=-C -k_ -kwxPLURAL:1,2 -kwxTRANSLATE -kwxGetTranslation -s -j
 
 # implicit rules
 %.mo: %.po
@@ -66,4 +66,3 @@ FORCE:
 
 .PHONY: allpo allmo force-update percentage FORCE
 
-# $Id$