From 27302e439a818a16601a1a610e12f23eb2f88efd Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 4 Mar 2015 09:34:29 -0600 Subject: [PATCH] Remove library target (in preference of automatic modular method soon to come). --- build.jam | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.jam b/build.jam index 0f9a53b..5ee09af 100644 --- a/build.jam +++ b/build.jam @@ -4,9 +4,3 @@ # http://www.boost.org/LICENSE_1_0.txt) path-constant BOOST_PREDEF_ROOT : . ; - -project - : usage-requirements include - ; - -alias library ;