REF: move vc2 to vc module.
[scons.git] / src / engine / SCons / Tool / MSCommon / vc.py
2009-11-19 cournapeREF: move vc2 to vc module.
2009-11-19 cournapeBUG: fix cross-compilation from x86 -> x86_64 for VS...
2009-11-19 cournapeENH: add a wrapper around msvc_setup_env to guarantee...
2009-11-19 cournapeBUG: fix arch argument to pass to batfile.
2009-11-19 cournapeENH: move user info gathering at the top of msvc_setup_env.
2009-11-19 cournapeENH: factor host/target handling in separate function.
2009-11-19 cournapeENH: bypass complicated VisualC logic, and use the...
2009-11-19 cournapeENH: script_env now takes an args argument to forward...
2009-11-19 cournapeENH: refactor function to get msvc version.
2009-10-14 garyoMSVC: Add correct x86_64/x66_64 msvc bat file location...
2009-08-05 garyoCheck that MSVC install dir returned by registry actual...
2009-07-21 bdbaddogIn addition to changed merged below, commented out...