aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xkbcomp/makefile')
-rw-r--r--xkbcomp/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile
index 63fff1928..9f27c83d9 100644
--- a/xkbcomp/makefile
+++ b/xkbcomp/makefile
@@ -46,10 +46,10 @@ CSRCS = action.c \
LINKLIBS += $(MHMAKECONF)\openssl\out32\libeay32.lib
ifeq ($(DEBUG),1)
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype200b8MT_D.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype214MT_D.lib \
$(MHMAKECONF)\pthreads\pthreadVC2d.lib
else
-LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype200b8MT.lib \
+LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype214MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif