update for HEAD-2003050101
[reactos.git] / lib / freetype / src / type42 / Jamfile
1 # FreeType 2 src/type42 Jamfile (c) 2002 David Turner
2 #
3
4 SubDir  FT2_TOP $(FT2_SRC_DIR) type42 ;
5
6 {
7   local  _sources ;
8
9   if $(FT2_MULTI)
10   {
11     _sources = t42objs t42parse t42drivr ;
12   }
13   else
14   {
15     _sources = type42 ;
16   }
17
18   Library  $(FT2_LIB) : $(_sources).c ;
19 }
20
21 # end of src/type42 Jamfile