modules/freetype2/src/Jamfile

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 # FreeType 2 src Jamfile
michael@0 2 #
michael@0 3 # Copyright 2001, 2002, 2013 by
michael@0 4 # David Turner, Robert Wilhelm, and Werner Lemberg.
michael@0 5 #
michael@0 6 # This file is part of the FreeType project, and may only be used, modified,
michael@0 7 # and distributed under the terms of the FreeType project license,
michael@0 8 # LICENSE.TXT. By continuing to use, modify, or distribute this file you
michael@0 9 # indicate that you have read the license and understand and accept it
michael@0 10 # fully.
michael@0 11
michael@0 12 SubDir FT2_TOP $(FT2_SRC_DIR) ;
michael@0 13
michael@0 14 # The file <internal/internal.h> is used to define macros that are
michael@0 15 # later used in #include statements. It needs to be parsed in order to
michael@0 16 # record these definitions.
michael@0 17 #
michael@0 18 HDRMACRO [ FT2_SubDir $(FT2_INCLUDE_DIR) internal internal.h ] ;
michael@0 19
michael@0 20 for xx in $(FT2_COMPONENTS)
michael@0 21 {
michael@0 22 SubInclude FT2_TOP $(FT2_SRC_DIR) $(xx) ;
michael@0 23 }
michael@0 24
michael@0 25 # end of src Jamfile

mercurial