[Scons-users] Re-2: How to create an empty environment on windows
Roman Karlstetter
Roman.Karlstetter at ifta.com
Mon Jun 29 02:44:31 EDT 2015
Hi Dirk,
thanks a lot, this works, and it contributes to improve my understanding of why the error appeared before.
Best regards,
Roman
-------- Original Message --------
Subject: Re: [Scons-users] How to create an empty environment on windows (24-Jun-2015 1:36)
From: Dirk Bächle <tshortik at gmx.de>
To: scons-users at scons.org
> Hi Roman,
>
> On 23.06.2015 10:51, Roman Karlstetter wrote:
> > Hi all,
> >
> > how do I create a completely empty scons environment on windows?
> >
> > Using a very simple file with only this line does not really work, I get a
> > warning about a missing Visual Studio compiler:
> >
> > env = Environment(tools = [])
> >
>
> please forget my previous answer...only now I realized that I didn't quite
> get what you're trying to do. The additional message
> about "VC not found" comes from the initialization of the
> DefaultEnvironment. In order to switch it off too, you have to add the line:
>
>
> DefaultEnvironment(tools = [])
>
> to your SConstruct. (see also UserGuide and https://bitbucket.org/scons/
> scons/wiki/GoFastButton )
>
> Sorry for the confusion, and I hope this lets things work for you as
> expected.
>
> Best regards,
>
> Dirk
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
More information about the Scons-users
mailing list