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:
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