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 /xorg-server | |
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 'xorg-server')
-rw-r--r-- | xorg-server/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile index fe797e721..e75d48326 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -61,7 +61,7 @@ TTYAPP=vcxsrv_dbg APP:=$(TTYAPP) LINKLIBS += $(MHMAKECONF)\openssl\out32_d\libeay32.lib \ - $(MHMAKECONF)\freetype\lib\freetype246MT_D.lib \ + $(MHMAKECONF)\freetype\lib\freetype247MT_D.lib \ $(MHMAKECONF)\pthreads\pthreadVC2d.lib $(OBJDIR)\$(TTYAPP).exe: $(LINKLIBS) @@ -71,7 +71,7 @@ WINAPP=vcxsrv APP:=$(WINAPP) LINKLIBS += $(MHMAKECONF)\openssl\out32\libeay32.lib \ - $(MHMAKECONF)\freetype\lib\freetype246MT.lib \ + $(MHMAKECONF)\freetype\lib\freetype247MT.lib \ $(MHMAKECONF)\pthreads\pthreadVC2.lib endif |