diff options
author | marha <marha@users.sourceforge.net> | 2011-07-18 10:59:45 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-07-18 10:59:45 +0200 |
commit | 0256e696cc3b22f3eb105ab63fd3cce24cd21b2f (patch) | |
tree | f2faff398bfd463402ad577eae65c9b697abd57e /apps/xclock/makefile | |
parent | 15cdcb942cc5bc0396836191f7654ba3c1c99e9d (diff) | |
download | vcxsrv-0256e696cc3b22f3eb105ab63fd3cce24cd21b2f.tar.gz vcxsrv-0256e696cc3b22f3eb105ab63fd3cce24cd21b2f.tar.bz2 vcxsrv-0256e696cc3b22f3eb105ab63fd3cce24cd21b2f.zip |
freetype244 -> freetype245
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 5fc515236..e158af57b 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\freetype244MT_D.lib + $(MHMAKECONF)\freetype\lib\freetype245MT_D.lib else LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib \ - $(MHMAKECONF)\freetype\lib\freetype244MT.lib + $(MHMAKECONF)\freetype\lib\freetype245MT.lib endif LINKLIBS += $(MHMAKECONF)\libxml2\lib\libxml2.lib |