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/nan_link.mk
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/nan_link.mk')
-rw-r--r--source/nan_link.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index d23de1de998..1006bf6d9dd 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -37,11 +37,6 @@ ifdef NAN_DEBUG
LDFLAGS += $(NAN_DEBUG)
endif
-ifdef WITH_FREETYPE2
- LDFLAGS += -L$(NAN_FREETYPE)/lib -lfreetype
-endif
-
-
DBG_LDFLAGS += -g
ifneq (x$(DEBUG_DIR), x)