Fix MSVC 7.1 IDE path (for MSVS detection code) in Tool/MSCommon/vs.py.
authorgaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 4 Aug 2009 22:17:52 +0000 (22:17 +0000)
committergaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 4 Aug 2009 22:17:52 +0000 (22:17 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4320 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/engine/SCons/Tool/MSCommon/vs.py

index 08ac9315995ae72750d8846957876da1e3d27917..9b6eb7c5af590c81ea1deeb3512a6735be6f6684 100644 (file)
@@ -272,9 +272,9 @@ SupportedVSList = [
                  sdk_version='6.0',
                  hkeys=[r'Microsoft\VisualStudio\7.1\Setup\VS\ProductDir'],
                  common_tools_var='VS71COMNTOOLS',
-                 executable_path=r'IDE\devenv.com',
+                 executable_path=r'Common7\IDE\devenv.com',
                  batch_file_path=r'Common7\Tools\vsvars32.bat',
-                 default_dirname='Microsoft Visual Studio .NET',
+                 default_dirname='Microsoft Visual Studio .NET 2003',
                  supported_arch=['x86'],
     ),