aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-07-18 10:59:45 +0200
committermarha <marha@users.sourceforge.net>2011-07-18 10:59:45 +0200
commit0256e696cc3b22f3eb105ab63fd3cce24cd21b2f (patch)
treef2faff398bfd463402ad577eae65c9b697abd57e /xorg-server/makefile
parent15cdcb942cc5bc0396836191f7654ba3c1c99e9d (diff)
downloadvcxsrv-0256e696cc3b22f3eb105ab63fd3cce24cd21b2f.tar.gz
vcxsrv-0256e696cc3b22f3eb105ab63fd3cce24cd21b2f.tar.bz2
vcxsrv-0256e696cc3b22f3eb105ab63fd3cce24cd21b2f.zip
freetype244 -> freetype245
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 bd2572eed..81baf2723 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\freetype244MT_D.lib \
+ $(MHMAKECONF)\freetype\lib\freetype245MT_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\freetype244MT.lib \
+ $(MHMAKECONF)\freetype\lib\freetype245MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif