diff options
author | marha <marha@users.sourceforge.net> | 2011-09-05 10:24:27 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-05 10:24:27 +0200 |
commit | b62a8282d83a3a1fae97c5022a150d11de87597a (patch) | |
tree | bb0a4aba238926bb11c06a682b9d161518bc235b /apps/xclock/makefile | |
parent | 9441c8f47bb24faebc885bfc3c5e37f47a3ad984 (diff) | |
download | vcxsrv-b62a8282d83a3a1fae97c5022a150d11de87597a.tar.gz vcxsrv-b62a8282d83a3a1fae97c5022a150d11de87597a.tar.bz2 vcxsrv-b62a8282d83a3a1fae97c5022a150d11de87597a.zip |
Updated version of freetype 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 e158af57b..3d3971cd1 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\freetype245MT_D.lib + $(MHMAKECONF)\freetype\lib\freetype246MT_D.lib else LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib \ - $(MHMAKECONF)\freetype\lib\freetype245MT.lib + $(MHMAKECONF)\freetype\lib\freetype246MT.lib endif LINKLIBS += $(MHMAKECONF)\libxml2\lib\libxml2.lib |