misc/libfreetype/src/bzip2/Jamfile
changeset 9372 915436ff64ab
parent 9371 f3840de881bd
child 9373 b769a8e38cbd
equal deleted inserted replaced
9371:f3840de881bd 9372:915436ff64ab
     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