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/blender/src/Makefile
parent94ff0ea3be50a5f14620f2798f8989b8c031aa84 (diff)
enable multilingual support on linux and os x using the original Makefiles
Diffstat (limited to 'source/blender/src/Makefile')
-rw-r--r--source/blender/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile
index a20c6e4db3d..64a2c95ea24 100644
--- a/source/blender/src/Makefile
+++ b/source/blender/src/Makefile
@@ -75,6 +75,7 @@ CPPFLAGS += -I../verify
CPPFLAGS += -I..
CPPFLAGS += -I../../kernel/gen_system
CPPFLAGS += -I../../gameengine/SoundSystem
+CPPFLAGS += -I../ftfont
# Only used by py_demo.c !!!
CPPFLAGS += -I../radiosity/extern/include
@@ -110,3 +111,6 @@ ifeq ($(WITH_QUICKTIME),true)
CPPFLAGS += -DWITH_QUICKTIME
endif
+ifeq ($(INTERNATIONAL), true)
+ CPPFLAGS += -DINTERNATIONAL
+endif