1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/modules/freetype2/src/Jamfile Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# FreeType 2 src Jamfile 1.5 +# 1.6 +# Copyright 2001, 2002, 2013 by 1.7 +# David Turner, Robert Wilhelm, and Werner Lemberg. 1.8 +# 1.9 +# This file is part of the FreeType project, and may only be used, modified, 1.10 +# and distributed under the terms of the FreeType project license, 1.11 +# LICENSE.TXT. By continuing to use, modify, or distribute this file you 1.12 +# indicate that you have read the license and understand and accept it 1.13 +# fully. 1.14 + 1.15 +SubDir FT2_TOP $(FT2_SRC_DIR) ; 1.16 + 1.17 +# The file <internal/internal.h> is used to define macros that are 1.18 +# later used in #include statements. It needs to be parsed in order to 1.19 +# record these definitions. 1.20 +# 1.21 +HDRMACRO [ FT2_SubDir $(FT2_INCLUDE_DIR) internal internal.h ] ; 1.22 + 1.23 +for xx in $(FT2_COMPONENTS) 1.24 +{ 1.25 + SubInclude FT2_TOP $(FT2_SRC_DIR) $(xx) ; 1.26 +} 1.27 + 1.28 +# end of src Jamfile