freetype2/src/gzip/Jamfile

11 lines
182 B
Plaintext
Raw Normal View History

# FreeType 2 src/gzip Jamfile (c) 2001 David Turner
#
SubDir FT2_TOP src gzip ;
SubDirHdrs [ FT2_SubDir src gzip ] ;
Library $(FT2_LIB) : ftgzip.c ;
# end of src/pcf Jamfile