summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx22
1 files changed, 1 insertions, 21 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index 0180f14..037e34a 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -530,27 +530,7 @@ void cmGlobalVisualStudio7Generator::WriteExternalProject(std::ostream& ,
const char* ,
const std::vector<std::string>& )
{
- cmSystemTools::Error("WriteExternalProject not implemented");
-// fout << "#########################################################"
-// "######################\n\n";
-// fout << "Project: \"" << name << "\"="
-// << location << " - Package Owner=<4>\n\n";
-// fout << "Package=<5>\n{{{\n}}}\n\n";
-// fout << "Package=<4>\n";
-// fout << "{{{\n";
-
-
-// std::vector<std::string>::const_iterator i, end;
-// // write dependencies.
-// i = dependencies.begin();
-// end = dependencies.end();
-// for(;i!= end; ++i)
-// {
-// fout << "Begin Project Dependency\n";
-// fout << "Project_Dep_Name " << *i << "\n";
-// fout << "End Project Dependency\n";
-// }
-// fout << "}}}\n\n";
+ cmSystemTools::Error("WriteExternalProject not implemented for Visual Studio 7");
}