[Scons-users] How to create an empty environment on windows

Dirk Bächle tshortik at gmx.de
Tue Jun 23 12:45:04 EDT 2015


Hi Roman,

On 23.06.2015 10:51, Roman Karlstetter wrote:
> Hi all,
>
> how do I create a completely empty scons environment on windows?
>
> [...]
>
> So somehow scons is trying to look for a MSVC, but I don't want scons to do so. How is it possible to create an empty environment?
>

please just let SCons do its job. ;) It outputs a warning that no compiler could be found, which a lot of people regard to be a good 
thing...because it could actually be a path or installation issue as the message suggests.
As a result the Environment will be empty, meaning no Builders or additional environment variables should have been added...so this 
is close to what you want, I guess. (*)

If I may ask, what exactly do you want to do with an "empty" environment?

Best regards,

Dirk

(*) The message itself is currently hardcoded, so you can't make that one disappear easily...



More information about the Scons-users mailing list