aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-06-21 12:38:57 +0200
committermarha <marha@users.sourceforge.net>2013-06-21 12:38:57 +0200
commit69aec3395435c636dea14ad5e893a0ceeb47baa8 (patch)
treefc091df3de21b4505a9018d405c56196e0a9ab6b /xkbcomp
parent979acee3986b3f5f3989fdacb52297ae425e17b8 (diff)
downloadvcxsrv-69aec3395435c636dea14ad5e893a0ceeb47baa8.tar.gz
vcxsrv-69aec3395435c636dea14ad5e893a0ceeb47baa8.tar.bz2
vcxsrv-69aec3395435c636dea14ad5e893a0ceeb47baa8.zip
Use freetype 2.5.1 library in makefile
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 35e626587..f495b9c03 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\freetype2411MT_D.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2501MT_D.lib \
$(MHMAKECONF)\pthreads\pthreadVC2d.lib
else
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2411MT.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2501MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif