aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-02-13 10:01:58 +0100
committermarha <marha@users.sourceforge.net>2013-02-13 10:01:58 +0100
commit11e66a9a49dacd4e1a88348ff1a3270f0090eca8 (patch)
tree167b3038e84297e0052ce4462565aea0df2ffef9 /xkbcomp
parent20f1b1163feb0d87091bd9e384a921a6ce9c1fde (diff)
downloadvcxsrv-11e66a9a49dacd4e1a88348ff1a3270f0090eca8.tar.gz
vcxsrv-11e66a9a49dacd4e1a88348ff1a3270f0090eca8.tar.bz2
vcxsrv-11e66a9a49dacd4e1a88348ff1a3270f0090eca8.zip
Updated version of freetype in makefiles and project files
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 b2e770861..35e626587 100644
--- a/xkbcomp/makefile
+++ b/xkbcomp/makefile
@@ -40,10 +40,10 @@ CSRCS = action.c \
LINKLIBS += $(MHMAKECONF)\openssl\out32\libeay32.lib
ifeq ($(DEBUG),1)
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2410MT_D.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2411MT_D.lib \
$(MHMAKECONF)\pthreads\pthreadVC2d.lib
else
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2410MT.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2411MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif