summaryrefslogtreecommitdiff
path: root/makefiles/gmake
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-13 20:45:59 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-13 20:45:59 +0100
commit403c7672798f1d3ea33d8a0ce473a61c96351c55 (patch)
treeb3d4a9888f254c6caac6716905589522a40e97dd /makefiles/gmake
parent46e0cf1af856c09b5d291ca0495eb6fba9000509 (diff)
downloadwolfbones-403c7672798f1d3ea33d8a0ce473a61c96351c55.tar.gz
wolfbones-403c7672798f1d3ea33d8a0ce473a61c96351c55.tar.bz2
static compilation without NLS suceeded :-)
Diffstat (limited to 'makefiles/gmake')
-rw-r--r--makefiles/gmake/platform.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index 749a461..c5fa56e 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -67,7 +67,7 @@ endif
#######################
# enable or disable internationalization code
-ENABLE_NLS = 1
+ENABLE_NLS = 0
ifeq "$(ENABLE_NLS)" "1"
@@ -108,7 +108,7 @@ LDFLAGS_LT =
LIBS_LT = -lintl
endif
+endif
+
PLATFORM_COMPILE_FLAGS += \
-DENABLE_NLS=$(ENABLE_NLS) $(INCLUDE_FLAGS_LT)
-
-endif