diff options
author | marha <marha@users.sourceforge.net> | 2011-11-10 16:23:43 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-11-10 16:23:43 +0100 |
commit | 00ea126522f5bbf5c4600ddb93a45b260475c8c1 (patch) | |
tree | d0b7237bc9c47efe2e4366239bc6676220e51da8 /apps/xclock/makefile | |
parent | 82e62cfbf79bc8c19946d034a0d5e14ce4fabb44 (diff) | |
download | vcxsrv-00ea126522f5bbf5c4600ddb93a45b260475c8c1.tar.gz vcxsrv-00ea126522f5bbf5c4600ddb93a45b260475c8c1.tar.bz2 vcxsrv-00ea126522f5bbf5c4600ddb93a45b260475c8c1.zip |
Freetype changed version to 2.4.7 in makefiles
Diffstat (limited to 'apps/xclock/makefile')
-rw-r--r-- | apps/xclock/makefile | 4 |
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 |