BUG: fix sub project path problem

This commit is contained in:
Bill Hoffman
2004-06-14 10:28:04 -04:00
parent a014eee86a
commit c15adc9221
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -216,7 +216,8 @@ void cmGlobalVisualStudio6Generator::WriteDSWFile(std::ostream& fout,
this->WriteDSWHeader(fout);
// Get the home directory with the trailing slash
std::string homedir = m_CMakeInstance->GetHomeDirectory();
#undef GetCurrentDirectory
std::string homedir = root->GetMakefile()->GetCurrentDirectory();
homedir += "/";
unsigned int i;