mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
cmGlobalVisualStudio7Generator: Update outdated comment
This commit is contained in:
@@ -299,7 +299,7 @@ void cmGlobalVisualStudio7Generator::Generate()
|
||||
// first do the superclass method
|
||||
this->cmGlobalVisualStudioGenerator::Generate();
|
||||
|
||||
// Now write out the DSW
|
||||
// Now write out the VS Solution file.
|
||||
this->OutputSLNFile();
|
||||
// If any solution or project files changed during the generation,
|
||||
// tell Visual Studio to reload them...
|
||||
|
||||
@@ -83,7 +83,7 @@ public:
|
||||
std::vector<std::string>()) override;
|
||||
|
||||
/**
|
||||
* Generate the DSW workspace file.
|
||||
* Generate the VS Solution file.
|
||||
*/
|
||||
virtual void OutputSLNFile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user