From 34f2d11b758d1e2729dc81fe62c7a37f0711d3c5 Mon Sep 17 00:00:00 2001 From: cournape Date: Thu, 19 Nov 2009 05:00:41 +0000 Subject: [PATCH] DOC: add a TODO for updated vc support. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4447 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/engine/SCons/Tool/MSCommon/vc2.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/engine/SCons/Tool/MSCommon/vc2.py b/src/engine/SCons/Tool/MSCommon/vc2.py index 2b89b70b..0d17bd78 100644 --- a/src/engine/SCons/Tool/MSCommon/vc2.py +++ b/src/engine/SCons/Tool/MSCommon/vc2.py @@ -21,6 +21,15 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # +# TODO: +# * supported arch for versions: for old versions of batch file without +# argument, giving bogus argument cannot be detected, so we have to hardcode +# this here +# * print warning when msvc version specified but not found +# * find out why warning do not print +# * test on 64 bits XP + VS 2005 (and VS 6 if possible) +# * SDK +# * Assembly __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" __doc__ = """Module for Visual C/C++ detection and configuration. -- 2.26.2