ソースを参照

Transitional changes that allow testing of new stuff.

[SVN r10891]
Dave Abrahams 25 年 前
コミット
92f160d8a0
1 ファイル変更5 行追加1 行削除
  1. 5 1
      Jamrules

+ 5 - 1
Jamrules

@@ -5,6 +5,10 @@
 # Set some important global variables if they haven't already been set by the
 # user on the command-line or in the environment
 
+# Transitional - allows us to use this Jamrules file with the new Jambase under
+# development
+BOOST_ROOT ?= $(gPROJECT_ROOT) ;
+
 # Establish this as the root of the boost installation. Most targets will want
 # $(BOOST_ROOT) in their #include path.  $(gTOP) is the name of the variable
 # containing the path from the invocation directory to the project root.
@@ -12,7 +16,7 @@ BOOST_ROOT ?= $($(gTOP)) ;
 
 # Tell the build system where to find the rest of the build
 # system installation (e.g. toolset descriptions, variants)
-BOOST_BUILD_INSTALLATION ?= $(BOOST_ROOT)$(SLASH)tools$(SLASH)build ;
+BOOST_BUILD_INSTALLATION ?= $(BOOST_ROOT)/tools/build ;
 
 # This variable will surely need to be set specific to your installation, though
 # we may be able to provide better defaults for some systems. It is used by the

粤ICP备19079148号