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 01:28:54 +0400
committerStefan Gartner <stefang@aon.at>2003-05-06 01:28:54 +0400
commit7180ad4c866e9190c5301c146b50980e1c42153e (patch)
treee3571d4d12c74597c582f858489f9efbe59211ba /source/Makefile
parent94ff0ea3be50a5f14620f2798f8989b8c031aa84 (diff)
enable multilingual support on linux and os x using the original Makefiles
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 54dda35e617..97f149ae526 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -136,6 +136,28 @@ PYPLAYERLIB ?= $(PYLIB)
ifeq ($(WITH_QUICKTIME), true)
COMLIB += $(OCGDIR)/blender/blenderqt/$(DEBUG_DIR)libblenderqt.a
endif
+ifeq ($(INTERNATIONAL), true)
+ COMLIB += $(OCGDIR)/blender/ftfont/$(DEBUG_DIR)libftfont.a
+ ifeq ($(OS), windows)
+ ifeq ($(FREE_WINDOWS), true)
+ COMLIB += $(NAN_GETTEXT)/lib/freegettext.a
+ COMLIB += $(NAN_FTGL)/lib/libftgl.a
+ COMLIB += $(NAN_FREETYPE)/lib/libfreetype.a
+ COMLIB += $(NAN_ICONV)/lib/freeiconv.a
+ else
+ COMLIB += $(NAN_GETTEXT)/lib/gnu_gettext.lib
+ COMLIB += $(NAN_FTGL)/lib/ftgl_static_ST.lib
+ COMLIB += $(NAN_FREETYPE)/lib/freetype211ST.lib
+ COMLIB += $(NAN_ICONV)/lib/iconv.lib
+ endif
+ else
+ COMLIB += $(NAN_FTGL)/lib/libftgl.a
+ COMLIB += $(NAN_FREETYPE)/lib/libfreetype.a
+ endif
+ ifeq ($(OS), darwin)
+ COMLIB += $(NAN_GETTEXT)/lib/libintl.a
+ endif
+endif
PULIB = $(NAN_IKSOLVER)/lib/libiksolver.a
PULIB += $(NAN_MOTO)/lib/libmoto.a