summaryrefslogtreecommitdiff
path: root/makefiles/gmake/platform.mk
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-18 13:40:56 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-18 13:40:56 +0100
commitfea8be0ec6cead21a787a424feacc7a45398e630 (patch)
tree91938fd756f93c3ba9fc17ebbe62fcf575651783 /makefiles/gmake/platform.mk
parentda1b50e2830452d08649c7c71ce07367b9ad75e6 (diff)
downloadwolfbones-fea8be0ec6cead21a787a424feacc7a45398e630.tar.gz
wolfbones-fea8be0ec6cead21a787a424feacc7a45398e630.tar.bz2
more cleanup in i18n.mk and platform.mk
Diffstat (limited to 'makefiles/gmake/platform.mk')
-rw-r--r--makefiles/gmake/platform.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index 0dd3be3..36d4d63 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -71,6 +71,13 @@ ENABLE_NLS = 1
ifeq "$(ENABLE_NLS)" "1"
+# we relly only on the GNU version, other versions (e.g. Solaris) are not
+# so nice..
+
+MSGFMT=msgfmt
+MSGMERGE=msgmerge
+XGETTEXT=xgettext
+
# the GNU internationalization support is sometimes in separate libarries
ifeq "$(PLATFORM)" "LINUX"
INCLUDE_FLAGS_LT =