mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Add missing import-search for cconfig/predef checks.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
# http://www.boost.org/LICENSE_1_0.txt)
|
# http://www.boost.org/LICENSE_1_0.txt)
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
|
||||||
|
import-search /boost/config/checks ;
|
||||||
import config : requires ;
|
import config : requires ;
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@@ -41,7 +42,7 @@ explicit pch pch-dbg ;
|
|||||||
rule spirit-run ( sources + : args * : input-files * : requirements * : name ? : default-build * )
|
rule spirit-run ( sources + : args * : input-files * : requirements * : name ? : default-build * )
|
||||||
{
|
{
|
||||||
name ?= $(sources[1]:D=:S=) ;
|
name ?= $(sources[1]:D=:S=) ;
|
||||||
return
|
return
|
||||||
[ run $(sources) : $(args) : $(input-files) : $(requirements)
|
[ run $(sources) : $(args) : $(input-files) : $(requirements)
|
||||||
<pch>on-spirit:<source>pch : $(name)
|
<pch>on-spirit:<source>pch : $(name)
|
||||||
: $(default-build) ]
|
: $(default-build) ]
|
||||||
@@ -210,6 +211,6 @@ local multi-threading = <library>boost_thread
|
|||||||
[ compile typeof_support/typeof_symbols.cpp ]
|
[ compile typeof_support/typeof_symbols.cpp ]
|
||||||
[ compile typeof_support/typeof_tree.cpp ]
|
[ compile typeof_support/typeof_tree.cpp ]
|
||||||
[ compile typeof_support/typeof_utility.cpp ]
|
[ compile typeof_support/typeof_utility.cpp ]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
# Distributed under 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)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
import-search /boost/config/checks ;
|
||||||
import config : requires ;
|
import config : requires ;
|
||||||
|
|
||||||
project spirit-x3-example
|
project spirit-x3-example
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
# http://www.boost.org/LICENSE_1_0.txt)
|
# http://www.boost.org/LICENSE_1_0.txt)
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
|
||||||
|
import-search /boost/config/checks ;
|
||||||
import config : requires ;
|
import config : requires ;
|
||||||
import modules ;
|
import modules ;
|
||||||
import feature ;
|
import feature ;
|
||||||
|
|||||||
Reference in New Issue
Block a user