Re: [Scons-dev] SConstruct processing order

2012-11-26 Thread anatoly techtonik
On Fri, Nov 23, 2012 at 12:47 AM, William Deegan b...@baddogconsulting.comwrote: The question I ask is because SCons tries detecting Visual Studio on Windows even if I don't use C++ compiler and SConstruct is empty. Yes, that's part of the default environment object being created.. Should

Re: [Scons-dev] SConstruct processing order

2012-11-26 Thread Gary Oberbrunner
There was a discussion of this a year or two ago. Steven and I worked out a scheme, but the part we got stuck on is that tools modify the environment. People expect, for instance, if they say env.Append(CXXFLAGS='-xyz') that that will actually go at the end. Making that work if the tool hasn't

Re: [Scons-dev] symlink examples for next Parts drop

2012-11-26 Thread William Deegan
Jason, How does it handle symlinking a directory? -Bill On 11/26/2012 03:04 PM, Kenny, Jason L wrote: Hi guys, Been busy trying to fix up stuff on my end. As I said I had some code to help deal with symlinks, that I think will be useful for SCons. In this mail I will try to describe what