aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-08-06 12:04:09 +0000
committermarha <marha@users.sourceforge.net>2010-08-06 12:04:09 +0000
commitbd3f028ee17494c5ff2c92ff0a2eaa6220da61a6 (patch)
tree71f19ba0cb2c3295056286415740bd9eb2c655c9 /xorg-server/makefile
parent20ff8ddf2d9bb41050d10bbc75d61b9161880c7c (diff)
downloadvcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.tar.gz
vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.tar.bz2
vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.zip
Solved freetype compilation problems
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r--xorg-server/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile
index 3c9f767d1..e53b5b2fb 100644
--- a/xorg-server/makefile
+++ b/xorg-server/makefile
@@ -59,7 +59,7 @@ TTYAPP=vcxsrv_dbg
APP:=$(TTYAPP)
LINKLIBS += $(MHMAKECONF)\openssl\out32_d\libeay32.lib \
- $(MHMAKECONF)\freetype\lib\freetype200b8MT_D.lib \
+ $(MHMAKECONF)\freetype\lib\freetype214MT_D.lib \
$(MHMAKECONF)\pthreads\pthreadVC2d.lib
$(OBJDIR)\$(TTYAPP).exe: $(LINKLIBS)
@@ -69,7 +69,7 @@ WINAPP=vcxsrv
APP:=$(WINAPP)
LINKLIBS += $(MHMAKECONF)\openssl\out32\libeay32.lib \
- $(MHMAKECONF)\freetype\lib\freetype200b8MT.lib \
+ $(MHMAKECONF)\freetype\lib\freetype214MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif