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:
authorChris Want <cwant@ualberta.ca>2003-05-10 20:25:23 +0400
committerChris Want <cwant@ualberta.ca>2003-05-10 20:25:23 +0400
commit1ecddea4624856ff694fdeee9c643b2df54c536f (patch)
treeb36ac3d532010fdea1e299e1ff2be37da13bca93 /source/Makefile
parentc5cfce5485a593100e361e8ebbb414e2fd8661da (diff)
Some modifications to get cygwin/msvc compiling/linking
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index 97f149ae526..5de25fe0070 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -147,7 +147,7 @@ ifeq ($(INTERNATIONAL), true)
else
COMLIB += $(NAN_GETTEXT)/lib/gnu_gettext.lib
COMLIB += $(NAN_FTGL)/lib/ftgl_static_ST.lib
- COMLIB += $(NAN_FREETYPE)/lib/freetype211ST.lib
+ COMLIB += $(NAN_FREETYPE)/lib/freetype214ST.lib
COMLIB += $(NAN_ICONV)/lib/iconv.lib
endif
else