aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-11-18 15:43:28 +0100
committermarha <marha@users.sourceforge.net>2011-11-18 15:43:28 +0100
commit8fa2e6f994cfbcba4640ec157f0a55b706207976 (patch)
tree62e55ec697bf24a5fb3fa40b1724d8a5cb17ef4d /xkbcomp
parentac36cb2c0db123b18d83f59d011d83b299edea63 (diff)
downloadvcxsrv-8fa2e6f994cfbcba4640ec157f0a55b706207976.tar.gz
vcxsrv-8fa2e6f994cfbcba4640ec157f0a55b706207976.tar.bz2
vcxsrv-8fa2e6f994cfbcba4640ec157f0a55b706207976.zip
Updated makefile with new version of freetype
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 cc9bdd6d3..0f5600916 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\freetype247MT_D.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype248MT_D.lib \
$(MHMAKECONF)\pthreads\pthreadVC2d.lib
else
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype247MT.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype248MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif