Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65467e0

Browse files
committed
added some agg files
svn path=/trunk/matplotlib/; revision=1287
1 parent 854069d commit 65467e0

254 files changed

Lines changed: 89933 additions & 3044 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agg23/font_freetype/Makefile.am

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
INCLUDES = -I$(top_srcdir)/include `freetype-config --cflags`
2+
3+
noinst_LTLIBRARIES = libaggfontfreetype.la
4+
5+
libaggfontfreetype_la_LDFLAGS = -version-info 2:1:0 `freetype-config --libs`
6+
libaggfontfreetype_la_SOURCES = agg_font_freetype.cpp

0 commit comments

Comments
 (0)