1 # FreeType2 demos top Jamfile (c) 2001 David Turner
4 if $(FT2DEMO_TOP) != $(DOT)
9 # compile FreeType library here!
11 FT2_TOP ?= ../freetype2 ;
15 FT2DEMO_SRC = [ FT2DEMO_SubDir src ] ;
16 FT2DEMO_GRAPH = [ FT2DEMO_SubDir graph ] ;
18 # Include Graph sub-system rules
20 SubInclude FT2DEMO_GRAPH ;
24 SubInclude FT2DEMO_SRC ;