Explicitly initialize the environment tools=['mssdk', 'msvc', 'mslink']
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 30 Nov 2009 13:47:11 +0000 (13:47 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 30 Nov 2009 13:47:11 +0000 (13:47 +0000)
commit82946d58e0d8035c1e0013409d938fa395385820
tree52895e9e2da651f1f63c43d33e07e0fd562591eb
parent51ec8632c6a4cd401a48e601cda74aefc7779b1a
Explicitly initialize the environment tools=['mssdk', 'msvc', 'mslink']
to get the path to the SDK include directory (so our test program can
#include <windows.h>).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4498 fdb21ef1-2011-0410-befe-b5e4ea1792b1
test/MSVC/hierarchical.py
test/MSVC/msvc.py