From 23ba1aa0dd3e0af915afb0215d510e54a35524db Mon Sep 17 00:00:00 2001 From: Arvinder Bhathal Date: Tue, 27 Jun 2017 20:29:10 -0400 Subject: Move files to root --- src/pshinter/Jamfile | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/pshinter/Jamfile (limited to 'src/pshinter/Jamfile') diff --git a/src/pshinter/Jamfile b/src/pshinter/Jamfile deleted file mode 100644 index 2b65271cc..000000000 --- a/src/pshinter/Jamfile +++ /dev/null @@ -1,34 +0,0 @@ -# FreeType 2 src/pshinter Jamfile -# -# Copyright 2001-2017 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 $(FT2_SRC_DIR) pshinter ; - -{ - local _sources ; - - if $(FT2_MULTI) - { - _sources = pshalgo - pshglob - pshmod - pshpic - pshrec - ; - } - else - { - _sources = pshinter ; - } - - Library $(FT2_LIB) : $(_sources).c ; -} - -# end of src/pshinter Jamfile -- cgit v1.2.1