From 69aec3395435c636dea14ad5e893a0ceeb47baa8 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 21 Jun 2013 12:38:57 +0200 Subject: Use freetype 2.5.1 library in makefile --- apps/xclock/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/xclock/makefile b/apps/xclock/makefile index 83c79b95e..d1ec788c6 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\freetype2411MT_D.lib + $(MHMAKECONF)\freetype\lib\freetype2501MT_D.lib else LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib \ - $(MHMAKECONF)\freetype\lib\freetype2411MT.lib + $(MHMAKECONF)\freetype\lib\freetype2501MT.lib endif LINKLIBS += $(MHMAKECONF)\libxml2\lib\libxml2.lib -- cgit v1.2.3