aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-15 15:01:36 +0200
committermarha <marha@users.sourceforge.net>2012-06-15 15:01:36 +0200
commit369603df0452765724d3b53cd77a9f4bf3809fa1 (patch)
tree5bf937ccc0ebab837e4ec184b67bc73426000923 /xkbcomp
parentd569c4524f9739b3af246c9f658b1156bb49649a (diff)
downloadvcxsrv-369603df0452765724d3b53cd77a9f4bf3809fa1.tar.gz
vcxsrv-369603df0452765724d3b53cd77a9f4bf3809fa1.tar.bz2
vcxsrv-369603df0452765724d3b53cd77a9f4bf3809fa1.zip
Freetype library name changed1.12.2.0
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 815ac920d..298d795a6 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\freetype249MT_D.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2410MT_D.lib \
$(MHMAKECONF)\pthreads\pthreadVC2d.lib
else
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype249MT.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2410MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif