removed agg_font_freetype.cpp from the build, as it is already included with libagg.a

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12012 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-03-25 23:33:45 +00:00
parent 1fc2bd8922
commit 4e9146ad6a
+4 -3
View File
@@ -15,7 +15,8 @@ SimpleTest Painter :
ShapeConverter.cpp ShapeConverter.cpp
Transformable.cpp Transformable.cpp
DrawingModeFactory.cpp DrawingModeFactory.cpp
agg_font_freetype.cpp # already included in libagg.a build
#agg_font_freetype.cpp
AGGTextRenderer.cpp AGGTextRenderer.cpp
FontFamily.cpp FontFamily.cpp
FontManager.cpp FontManager.cpp
@@ -26,7 +27,7 @@ SimpleTest Painter :
ServerFont.cpp ServerFont.cpp
SystemPalette.cpp SystemPalette.cpp
ColorUtils.cc ColorUtils.cc
: be libagg.so libfreetype.so textencoding ; : be libagg.a libfreetype.so textencoding ;
SEARCH on [ FGristFiles SEARCH on [ FGristFiles
ColorUtils.cc ColorUtils.cc
@@ -61,7 +62,7 @@ SEARCH on [ FGristFiles
= [ FDirName $(OBOS_TOP) src servers app drawing Painter drawing_modes ] ; = [ FDirName $(OBOS_TOP) src servers app drawing Painter drawing_modes ] ;
SEARCH on [ FGristFiles SEARCH on [ FGristFiles
agg_font_freetype.cpp # agg_font_freetype.cpp
AGGTextRenderer.cpp AGGTextRenderer.cpp
FontManager.cpp FontManager.cpp
TextRenderer.cpp TextRenderer.cpp