1SubDir OBOS_TOP src tests servers app painter ; 2 3UseLibraryHeaders agg ; 4UsePrivateHeaders [ FDirName servers app ] ; 5UseHeaders [ FDirName $(OBOS_TOP) src servers app server Painter ] ; 6UseHeaders [ FDirName $(OBOS_TOP) src servers app server Painter drawing_modes ] ; 7UseHeaders [ FDirName $(OBOS_TOP) src servers app server Painter font_support ] ; 8UseFreeTypeHeaders ; 9 10SimpleTest Painter : 11 BitmapBuffer.cpp 12 BitmapView.cpp 13 main.cpp 14 Painter.cpp 15 ShapeConverter.cpp 16 Transformable.cpp 17 DrawingModeFactory.cpp 18 agg_font_freetype.cpp 19 AGGTextRenderer.cpp 20 FontManager.cpp 21 TextRenderer.cpp 22 PatternHandler.cpp 23 RGBColor.cpp 24 SystemPalette.cpp 25 ColorUtils.cc 26 : be libagg.so libfreetype.so textencoding ; 27 28SEARCH on [ FGristFiles 29 ColorUtils.cc 30 ] 31 = [ FDirName $(OBOS_TOP) src kits interface ] ; 32 33SEARCH on [ FGristFiles 34 PatternHandler.cpp 35 RGBColor.cpp 36 SystemPalette.cpp 37 ] 38 = [ FDirName $(OBOS_TOP) src servers app server ] ; 39 40SEARCH on [ FGristFiles 41 Painter.cpp 42 ShapeConverter.cpp 43 Transformable.cpp 44 ] 45 = [ FDirName $(OBOS_TOP) src servers app server Painter ] ; 46 47SEARCH on [ FGristFiles 48 DrawingModeFactory.cpp 49 ] 50 = [ FDirName $(OBOS_TOP) src servers app server Painter drawing_modes ] ; 51 52SEARCH on [ FGristFiles 53 agg_font_freetype.cpp 54 AGGTextRenderer.cpp 55 FontManager.cpp 56 TextRenderer.cpp 57 ] 58 = [ FDirName $(OBOS_TOP) src servers app server Painter font_support ] ; 59 60