summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-05-13 15:42:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-05-13 15:42:45 (GMT)
commit32ca9c83cdfa5be744de3983f00637533f2189c8 (patch)
treef2285036b6eee25ace9897c62a7f73c7f50e0f54 /Source/cmGlobalVisualStudio71Generator.h
parent128e63aaf7a5166ab79a59b808be238b3e865f13 (diff)
downloadCMake-32ca9c83cdfa5be744de3983f00637533f2189c8.zip
CMake-32ca9c83cdfa5be744de3983f00637533f2189c8.tar.gz
CMake-32ca9c83cdfa5be744de3983f00637533f2189c8.tar.bz2
Change name of 71 generator
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h
index 74ec741..306ad9b 100644
--- a/Source/cmGlobalVisualStudio71Generator.h
+++ b/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();