aboutsummaryrefslogtreecommitdiff
path: root/apps/xclock
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-11-10 16:23:43 +0100
committermarha <marha@users.sourceforge.net>2011-11-10 16:23:43 +0100
commit00ea126522f5bbf5c4600ddb93a45b260475c8c1 (patch)
treed0b7237bc9c47efe2e4366239bc6676220e51da8 /apps/xclock
parent82e62cfbf79bc8c19946d034a0d5e14ce4fabb44 (diff)
downloadvcxsrv-00ea126522f5bbf5c4600ddb93a45b260475c8c1.tar.gz
vcxsrv-00ea126522f5bbf5c4600ddb93a45b260475c8c1.tar.bz2
vcxsrv-00ea126522f5bbf5c4600ddb93a45b260475c8c1.zip
Freetype changed version to 2.4.7 in makefiles
Diffstat (limited to 'apps/xclock')
-rw-r--r--apps/xclock/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/xclock/makefile b/apps/xclock/makefile
index 56785a808..ac51a0744 100644
--- a/apps/xclock/makefile
+++ b/apps/xclock/makefile
@@ -34,10 +34,10 @@ load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=$(MAKESERVER) DEBUG=$(D
ifeq ($(DEBUG),1)
LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2d.lib \
- $(MHMAKECONF)\freetype\lib\freetype246MT_D.lib
+ $(MHMAKECONF)\freetype\lib\freetype247MT_D.lib
else
LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib \
- $(MHMAKECONF)\freetype\lib\freetype246MT.lib
+ $(MHMAKECONF)\freetype\lib\freetype247MT.lib
endif
LINKLIBS += $(MHMAKECONF)\libxml2\lib\libxml2.lib