diff options
author | Steven Knight <knight@baldmt.com> | 2005-11-05 16:48:27 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-11-05 16:48:27 (GMT) |
commit | 25a705102da1fb1ef285d94153de052a94a358ac (patch) | |
tree | 15ff07e7b3b5107385c611bcc1cdc5da1b199363 /test | |
parent | 3bd4a30ca14e0cea712e01efa4df761e6c7bc608 (diff) | |
download | SCons-25a705102da1fb1ef285d94153de052a94a358ac.zip SCons-25a705102da1fb1ef285d94153de052a94a358ac.tar.gz SCons-25a705102da1fb1ef285d94153de052a94a358ac.tar.bz2 |
Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer)
Diffstat (limited to 'test')
-rw-r--r-- | test/MSVS/vs-7.0-files.py | 1 | ||||
-rw-r--r-- | test/MSVS/vs-7.1-files.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/MSVS/vs-7.0-files.py b/test/MSVS/vs-7.0-files.py index 260ee76..e682607 100644 --- a/test/MSVS/vs-7.0-files.py +++ b/test/MSVS/vs-7.0-files.py @@ -69,6 +69,7 @@ expected_vcprojfile = """\ \tProjectType="Visual C++" \tVersion="7.00" \tName="Test" +\tProjectGUID="" \tSccProjectName="" \tSccLocalPath="" \tKeyword="MakeFileProj"> diff --git a/test/MSVS/vs-7.1-files.py b/test/MSVS/vs-7.1-files.py index 30de516..131e4bd 100644 --- a/test/MSVS/vs-7.1-files.py +++ b/test/MSVS/vs-7.1-files.py @@ -69,6 +69,7 @@ expected_vcprojfile = """\ \tProjectType="Visual C++" \tVersion="7.10" \tName="Test" +\tProjectGUID="" \tSccProjectName="" \tSccLocalPath="" \tKeyword="MakeFileProj"> |