Browse Source

Change name of 71 generator

Bill Hoffman 23 years ago
parent
commit
32ca9c83cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmGlobalVisualStudio71Generator.h

+ 1 - 1
Source/cmGlobalVisualStudio71Generator.h

@@ -32,7 +32,7 @@ public:
   ///! Get the name for the generator.
   virtual const char* GetName() {
     return cmGlobalVisualStudio71Generator::GetActualName();}
-  static const char* GetActualName() {return "Visual Studio 71";}
+  static const char* GetActualName() {return "Visual Studio 7 .NET 2003";}
 
   ///! Create a local generator appropriate to this Global Generator
   virtual cmLocalGenerator *CreateLocalGenerator();