aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-02-13 10:01:58 +0100
committermarha <marha@users.sourceforge.net>2013-02-13 10:01:58 +0100
commit11e66a9a49dacd4e1a88348ff1a3270f0090eca8 (patch)
tree167b3038e84297e0052ce4462565aea0df2ffef9 /apps
parent20f1b1163feb0d87091bd9e384a921a6ce9c1fde (diff)
downloadvcxsrv-11e66a9a49dacd4e1a88348ff1a3270f0090eca8.tar.gz
vcxsrv-11e66a9a49dacd4e1a88348ff1a3270f0090eca8.tar.bz2
vcxsrv-11e66a9a49dacd4e1a88348ff1a3270f0090eca8.zip
Updated version of freetype in makefiles and project files
Diffstat (limited to 'apps')
-rw-r--r--apps/xclock/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/xclock/makefile b/apps/xclock/makefile
index bc89baee9..83c79b95e 100644
--- a/apps/xclock/makefile
+++ b/apps/xclock/makefile
@@ -25,10 +25,10 @@ load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);)
ifeq ($(DEBUG),1)
LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2d.lib \
- $(MHMAKECONF)\freetype\lib\freetype2410MT_D.lib
+ $(MHMAKECONF)\freetype\lib\freetype2411MT_D.lib
else
LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib \
- $(MHMAKECONF)\freetype\lib\freetype2410MT.lib
+ $(MHMAKECONF)\freetype\lib\freetype2411MT.lib
endif
LINKLIBS += $(MHMAKECONF)\libxml2\lib\libxml2.lib