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/Makefile
parent94ff0ea3be50a5f14620f2798f8989b8c031aa84 (diff)
enable multilingual support on linux and os x using the original Makefiles
Diffstat (limited to 'source/blender/Makefile')
-rw-r--r--source/blender/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/Makefile b/source/blender/Makefile
index eb139d8d617..e62d4a95f9e 100644
--- a/source/blender/Makefile
+++ b/source/blender/Makefile
@@ -39,6 +39,10 @@ DIRS += writestreamglue readstreamglue writeblenfile readblenfile
DIRS += avi imbuf img render radiosity blenlib blenkernel blenpluginapi
DIRS += bpython makesdna src renderconverter
+ifeq ($(INTERNATIONAL), true)
+ DIRS += ftfont
+endif
+
ifeq ($(WITH_QUICKTIME), true)
DIRS += quicktime
endif