Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-05-06 02:24:54 +0400
committerStefan Gartner <stefang@aon.at>2003-05-06 02:24:54 +0400
commit853d3c711a5f0a0c5d7cb035888090aefb0d2549 (patch)
tree080f736ef54f3bee0c49390c3696db7e1ea6adfe /source/nan_definitions.mk
parentf5fae531f462f89d240980ba5b177b46fd4e4707 (diff)
disable i18n on linux, second attempt
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 93cac3bd9c2..1ea2637b832 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -154,7 +154,7 @@ all debug::
export WITH_QUICKTIME ?= true
# enable l10n
- #export INTERNATIONAL ?= true
+ export INTERNATIONAL ?= true
else
ifeq ($(OS),freebsd)
@@ -263,7 +263,7 @@ all debug::
export NAN_PARANOID ?= true
#i10n
- export INTERNATIONAL ?= true
+ #export INTERNATIONAL ?= true
else
ifeq ($(OS),openbsd)