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-10 20:35:28 +0400
committerStefan Gartner <stefang@aon.at>2003-05-10 20:35:28 +0400
commitb3c48c4d2ca2f8871fcd2612f8614bfd18cf3c40 (patch)
treeef15f101bb1e3ccd1c560af380d7664043a5389b /source/Makefile
parent1ecddea4624856ff694fdeee9c643b2df54c536f (diff)
enable truetype fonts for text objects when building with the original
Makefiles. Platform manages should check nan_definitions.mk and set INTERNATIONAL to true for their platforms.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 5de25fe0070..e12c4baac4d 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -136,6 +136,13 @@ PYPLAYERLIB ?= $(PYLIB)
ifeq ($(WITH_QUICKTIME), true)
COMLIB += $(OCGDIR)/blender/blenderqt/$(DEBUG_DIR)libblenderqt.a
endif
+ ifeq ($(WITH_FREETYPE2), true)
+ ifeq ($(OS), windows)
+ COMLIB += $(NAN_FREETYPE)/lib/freetype214ST.lib
+ else
+ COMLIB += $(NAN_FREETYPE)/lib/libfreetype.a
+ endif
+ endif
ifeq ($(INTERNATIONAL), true)
COMLIB += $(OCGDIR)/blender/ftfont/$(DEBUG_DIR)libftfont.a
ifeq ($(OS), windows)