Jamrules 537 B

1234567891011121314
  1. # Boost.Build top level Jamrules
  2. # See tools/build/index.html for documentation.
  3. # Set some important global variables if they haven't already been set by the
  4. # user on the command-line or in the environment
  5. # Establish this as the root of the boost installation. Most targets will want
  6. # $(BOOST_ROOT) in their #include path. $(gTOP) is the name of the variable
  7. # containing the path from the invocation directory to the project root.
  8. path-global BOOST_ROOT : $($(gTOP)) ;
  9. # The current version of Boost.
  10. BOOST_VERSION ?= 1.31.0 ;
粤ICP备19079148号