misc/libfreetype/src/bzip2/Jamfile
changeset 9431 0f5961910e27
parent 9357 a501f5ec7b34
parent 9429 7a97a554ac80
child 9433 f0a8ac191839
equal deleted inserted replaced
9357:a501f5ec7b34 9431:0f5961910e27
     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