Revert last change as it breaks msvc building.

This commit is contained in:
jzmaddock 2016-02-19 17:19:06 +00:00
parent c1e32b9c93
commit 0dbb59ef6c

View File

@ -1,21 +1,5 @@
#==============================================================================
# Copyright (c) 2015 Rene Rivera
#
# Use, modification and distribution is subject to the Boost Software
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#==============================================================================
import quickbook ;
import modules ;
import boostcpp ;
import path ;
import option ;
local DIST_DIR = [ option.get distdir ] ;
DIST_DIR ?= [ path.join $(BOOST_ROOT) dist ] ;
DIST_DIR = [ path.root $(DIST_DIR) [ path.pwd ] ] ;
local DIST_BIN = [ path.join $(DIST_DIR) bin ] ;
exe auto_index :
../src/auto_index.cpp
@ -29,6 +13,21 @@ exe auto_index :
: <define>BOOST_ALL_NO_LIB=1 <link>static release ;
install aii : auto_index : <location>. ;
explicit aii ;
install i : auto_index : <location>../../../dist/bin ;
install i : auto_index : <location>$(DIST_BIN) ;