summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-05-08 20:59:27 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-05-08 20:59:27 (GMT)
commit6112e7fc160e611e2b7e299dec5b67dacc3e4c49 (patch)
treef752adadaab48dcffde487533848ff0e47f2fd6b /Source/cmGlobalVisualStudio7Generator.cxx
parent93f806e5636f7131ddbea40b1567385efc849d73 (diff)
downloadCMake-6112e7fc160e611e2b7e299dec5b67dacc3e4c49.zip
CMake-6112e7fc160e611e2b7e299dec5b67dacc3e4c49.tar.gz
CMake-6112e7fc160e611e2b7e299dec5b67dacc3e4c49.tar.bz2
add support for vs 71
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");
}