summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/src/pshinter/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype2/src/pshinter/Jamfile')
-rw-r--r--Build/source/libs/freetype2/src/pshinter/Jamfile16
1 files changed, 11 insertions, 5 deletions
diff --git a/Build/source/libs/freetype2/src/pshinter/Jamfile b/Build/source/libs/freetype2/src/pshinter/Jamfile
index 6eea3be0f31..769dcc4b296 100644
--- a/Build/source/libs/freetype2/src/pshinter/Jamfile
+++ b/Build/source/libs/freetype2/src/pshinter/Jamfile
@@ -1,16 +1,22 @@
-# FreeType 2 src/pshinter Jamfile (c) 2001 David Turner
+# FreeType 2 src/pshinter Jamfile
#
+# Copyright 2001, 2003 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 pshinter ;
-
-SubDirHdrs [ FT2_SubDir src pshinter ] ;
+SubDir FT2_TOP $(FT2_SRC_DIR) pshinter ;
{
local _sources ;
if $(FT2_MULTI)
{
- _sources = pshrec pshglob pshalgo1 pshalgo2 pshmod ;
+ _sources = pshrec pshglob pshalgo pshmod ;
}
else
{