aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-11-18 15:43:28 +0100
committermarha <marha@users.sourceforge.net>2011-11-18 15:43:28 +0100
commit8fa2e6f994cfbcba4640ec157f0a55b706207976 (patch)
tree62e55ec697bf24a5fb3fa40b1724d8a5cb17ef4d /xorg-server/makefile
parentac36cb2c0db123b18d83f59d011d83b299edea63 (diff)
downloadvcxsrv-8fa2e6f994cfbcba4640ec157f0a55b706207976.tar.gz
vcxsrv-8fa2e6f994cfbcba4640ec157f0a55b706207976.tar.bz2
vcxsrv-8fa2e6f994cfbcba4640ec157f0a55b706207976.zip
Updated makefile with new version of freetype
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 e75d48326..9b3bdbc9c 100644
--- a/xorg-server/makefile
+++ b/xorg-server/makefile
@@ -61,7 +61,7 @@ TTYAPP=vcxsrv_dbg
APP:=$(TTYAPP)
LINKLIBS += $(MHMAKECONF)\openssl\out32_d\libeay32.lib \
- $(MHMAKECONF)\freetype\lib\freetype247MT_D.lib \
+ $(MHMAKECONF)\freetype\lib\freetype248MT_D.lib \
$(MHMAKECONF)\pthreads\pthreadVC2d.lib
$(OBJDIR)\$(TTYAPP).exe: $(LINKLIBS)
@@ -71,7 +71,7 @@ WINAPP=vcxsrv
APP:=$(WINAPP)
LINKLIBS += $(MHMAKECONF)\openssl\out32\libeay32.lib \
- $(MHMAKECONF)\freetype\lib\freetype247MT.lib \
+ $(MHMAKECONF)\freetype\lib\freetype248MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif