summaryrefslogtreecommitdiff
path: root/makefiles/gmake
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-14 18:59:56 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-14 18:59:56 +0100
commit9a6677d5d2f1f76efd44326f9301b102b72b9636 (patch)
treed34666bfbcd2ddda70676107b69cfb2a43469e33 /makefiles/gmake
parent403c7672798f1d3ea33d8a0ce473a61c96351c55 (diff)
downloadwolfbones-9a6677d5d2f1f76efd44326f9301b102b72b9636.tar.gz
wolfbones-9a6677d5d2f1f76efd44326f9301b102b72b9636.tar.bz2
fixed NLS
Diffstat (limited to 'makefiles/gmake')
-rw-r--r--makefiles/gmake/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index c5fa56e..ab1d46c 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -67,7 +67,7 @@ endif
#######################
# enable or disable internationalization code
-ENABLE_NLS = 0
+ENABLE_NLS = 1
ifeq "$(ENABLE_NLS)" "1"