aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp/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 /xkbcomp/makefile
parent15cdcb942cc5bc0396836191f7654ba3c1c99e9d (diff)
downloadvcxsrv-0256e696cc3b22f3eb105ab63fd3cce24cd21b2f.tar.gz
vcxsrv-0256e696cc3b22f3eb105ab63fd3cce24cd21b2f.tar.bz2
vcxsrv-0256e696cc3b22f3eb105ab63fd3cce24cd21b2f.zip
freetype244 -> freetype245
Diffstat (limited to 'xkbcomp/makefile')
-rw-r--r--xkbcomp/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile
index 68e35a80a..aa99e55e1 100644
--- a/xkbcomp/makefile
+++ b/xkbcomp/makefile
@@ -48,10 +48,10 @@ CSRCS = action.c \
LINKLIBS += $(MHMAKECONF)\openssl\out32\libeay32.lib
ifeq ($(DEBUG),1)
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype244MT_D.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype245MT_D.lib \
$(MHMAKECONF)\pthreads\pthreadVC2d.lib
else
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype244MT.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype245MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif