aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-11-10 16:23:43 +0100
committermarha <marha@users.sourceforge.net>2011-11-10 16:23:43 +0100
commit00ea126522f5bbf5c4600ddb93a45b260475c8c1 (patch)
treed0b7237bc9c47efe2e4366239bc6676220e51da8 /xkbcomp
parent82e62cfbf79bc8c19946d034a0d5e14ce4fabb44 (diff)
downloadvcxsrv-00ea126522f5bbf5c4600ddb93a45b260475c8c1.tar.gz
vcxsrv-00ea126522f5bbf5c4600ddb93a45b260475c8c1.tar.bz2
vcxsrv-00ea126522f5bbf5c4600ddb93a45b260475c8c1.zip
Freetype changed version to 2.4.7 in makefiles
Diffstat (limited to 'xkbcomp')
-rw-r--r--xkbcomp/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile
index d62d22669..cc9bdd6d3 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\freetype246MT_D.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype247MT_D.lib \
$(MHMAKECONF)\pthreads\pthreadVC2d.lib
else
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype246MT.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype247MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif