From ae412569bd091f2ba5b7323a86382c6095f7e35f Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 20 Oct 2011 11:50:24 +0000 Subject: freetype2 2.4.7 git-svn-id: svn://tug.org/texlive/trunk@24339 c570f23f-e606-0410-a88d-b1316a301751 --- .../freetype2/freetype-2.4.7/src/autofit/Jamfile | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Build/source/libs/freetype2/freetype-2.4.7/src/autofit/Jamfile (limited to 'Build/source/libs/freetype2/freetype-2.4.7/src/autofit/Jamfile') diff --git a/Build/source/libs/freetype2/freetype-2.4.7/src/autofit/Jamfile b/Build/source/libs/freetype2/freetype-2.4.7/src/autofit/Jamfile new file mode 100644 index 00000000000..2714765b5b5 --- /dev/null +++ b/Build/source/libs/freetype2/freetype-2.4.7/src/autofit/Jamfile @@ -0,0 +1,39 @@ +# FreeType 2 src/autofit Jamfile +# +# Copyright 2003, 2004, 2005, 2006, 2007, 2009 by +# David Turner, Robert Wilhelm, and Werner Lemberg. +# +# This file is part of the FreeType project, and may only be used, modified, +# and distributed under the terms of the FreeType project license, +# LICENSE.TXT. By continuing to use, modify, or distribute this file you +# indicate that you have read the license and understand and accept it +# fully. + +SubDir FT2_TOP src autofit ; + +{ + local _sources ; + + # define FT2_AUTOFIT2 to enable experimental latin hinter replacement + if $(FT2_AUTOFIT2) + { + DEFINES += FT_OPTION_AUTOFIT2 ; + } + if $(FT2_MULTI) + { + _sources = afangles afglobal afhints aflatin afcjk afindic afloader afmodule afdummy afwarp afpic ; + + if $(FT2_AUTOFIT2) + { + _sources += aflatin2 ; + } + } + else + { + _sources = autofit ; + } + + Library $(FT2_LIB) : $(_sources).c ; +} + +# end of src/autofit Jamfile -- cgit v1.2.3