diff options
author | David Cournapeau <cournape@gmail.com> | 2009-11-19 05:00:41 (GMT) |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-11-19 05:00:41 (GMT) |
commit | 307855e15d54fe2b5f8de62cfd7ebe1bb31e7b60 (patch) | |
tree | 0226c7dcafd23c73c732f3b7329ea3e4ed2bb341 | |
parent | 36c827ec59dca401b20c3bef478b04da738e13f1 (diff) | |
download | SCons-307855e15d54fe2b5f8de62cfd7ebe1bb31e7b60.zip SCons-307855e15d54fe2b5f8de62cfd7ebe1bb31e7b60.tar.gz SCons-307855e15d54fe2b5f8de62cfd7ebe1bb31e7b60.tar.bz2 |
DOC: add a TODO for updated vc support.
-rw-r--r-- | src/engine/SCons/Tool/MSCommon/vc2.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/engine/SCons/Tool/MSCommon/vc2.py b/src/engine/SCons/Tool/MSCommon/vc2.py index 2b89b70..0d17bd7 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. |