diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2010-07-22 00:50:52 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2010-07-22 00:50:52 (GMT) |
commit | 9628c70f7783023b917434f09cdcacedb8be5a85 (patch) | |
tree | ba3a4ffd7dd0b713b16bc9af822e1ef9779229aa /test/MSVS/runfile.py | |
parent | f47c9af3748b0eb9c6f0b1d0f8aeec1dd9a0bfa1 (diff) | |
download | SCons-9628c70f7783023b917434f09cdcacedb8be5a85.zip SCons-9628c70f7783023b917434f09cdcacedb8be5a85.tar.gz SCons-9628c70f7783023b917434f09cdcacedb8be5a85.tar.bz2 |
Integrated patch for issue 2571, various fixes for MSVS project generation. From Jean-Franois Colson.
Diffstat (limited to 'test/MSVS/runfile.py')
-rw-r--r-- | test/MSVS/runfile.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/MSVS/runfile.py b/test/MSVS/runfile.py index 7c85a16..631c919 100644 --- a/test/MSVS/runfile.py +++ b/test/MSVS/runfile.py @@ -48,8 +48,6 @@ expected_vcprojfile = """\ \tVersion="8.00" \tName="Test" \tProjectGUID="<PROJECT_GUID>" -\tSccProjectName="" -\tSccLocalPath="" \tRootNamespace="Test" \tKeyword="MakeFileProj"> \t<Platforms> |