mine/boost-config.git
23 months agoComment out gcc. It's rarely used, but slows down startup time master
Alexey Borzenkov [Fri, 21 May 2010 18:27:48 +0000]
Comment out gcc. It's rarely used, but slows down startup time

23 months agoDon't fail if PYTHON_ROOT is undefined
Alexey Borzenkov [Fri, 21 May 2010 18:27:09 +0000]
Don't fail if PYTHON_ROOT is undefined

23 months agoBoost 1.43.0 broke path-constant, so don't do project.initialize
Alexey Borzenkov [Fri, 21 May 2010 18:26:18 +0000]
Boost 1.43.0 broke path-constant, so don't do project.initialize

23 months agoMore relience on environment
Alexey Borzenkov [Fri, 21 May 2010 18:23:39 +0000]
More relience on environment

2 years agoAdd more d3d9 libs and add include to use flags
Alexey Borzenkov [Tue, 1 Dec 2009 11:56:08 +0000]
Add more d3d9 libs and add include to use flags

2 years agoForgot ULIB_ROOT and ULIB4_ROOT
Alexey Borzenkov [Tue, 26 May 2009 09:57:13 +0000]
Forgot ULIB_ROOT and ULIB4_ROOT

2 years agoFetch most settings from the environment
Alexey Borzenkov [Tue, 26 May 2009 09:47:08 +0000]
Fetch most settings from the environment

3 years agoNew-style boost-config
Alexey Borzenkov [Mon, 15 Dec 2008 21:03:03 +0000]
New-style boost-config

Initially I was using site-config.jam as my last stop configuration,
but this proved to be a bad idea as it required editing files in
the actual boost tree. Now, along with dumping some very old cruft
I'm moving towards configuring everything via user-config.jam and
this is my first attempt at such new-style configuration.