From 403c7672798f1d3ea33d8a0ce473a61c96351c55 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 13 Mar 2009 20:45:59 +0100 Subject: static compilation without NLS suceeded :-) --- makefiles/gmake/platform.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefiles') 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 -- cgit v1.2.3-54-g00ecf