Jamfile to bring in the new lzw module.

My first try at this exercise, please report problems, I lack experience!  Antoine
This commit is contained in:
Antoine Leca 2004-04-12 18:09:00 +00:00
parent b95d77ca35
commit b4c59918b6
1 changed files with 9 additions and 0 deletions

9
src/lzw/Jamfile Normal file
View File

@ -0,0 +1,9 @@
# FreeType 2 src/lzw Jamfile (C) 2004 David Turner
#
SubDir FT2_TOP $(FT2_SRC_DIR) lzw ;
Library $(FT2_LIB) : ftlzw.c ;
# end of src/lzw Jamfile