misc/libfreetype/src/bzip2/Jamfile
branchwebgl
changeset 9521 8054d9d775fd
parent 9282 92af50454cf2
parent 9519 b8b5c82eb61b
child 9950 2759212a27de
equal deleted inserted replaced
9282:92af50454cf2 9521:8054d9d775fd
     1 # FreeType 2 src/bzip2 Jamfile
       
     2 #
       
     3 # Copyright 2010 by
       
     4 # Joel Klinghed
       
     5 #
       
     6 # Based on src/lzw/Jamfile, Copyright 2004, 2006 by
       
     7 # David Turner, Robert Wilhelm, and Werner Lemberg.
       
     8 #
       
     9 # This file is part of the FreeType project, and may only be used, modified,
       
    10 # and distributed under the terms of the FreeType project license,
       
    11 # LICENSE.TXT.  By continuing to use, modify, or distribute this file you
       
    12 # indicate that you have read the license and understand and accept it
       
    13 # fully.
       
    14 
       
    15 SubDir  FT2_TOP $(FT2_SRC_DIR) bzip2 ;
       
    16 
       
    17 Library  $(FT2_LIB) : ftbzip2.c ;
       
    18 
       
    19 # end of src/bzip2 Jamfile