fix compilation

This commit is contained in:
Bill Hoffman 2004-09-22 16:44:42 -04:00
parent c8750db71f
commit 9cca063c7d
1 changed files with 0 additions and 1 deletions

View File

@ -1051,7 +1051,6 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
= m_Makefile->GetDefinition("CMAKE_DEBUG_POSTFIX"); = m_Makefile->GetDefinition("CMAKE_DEBUG_POSTFIX");
cmSystemTools::ReplaceString(line, "DEBUG_POSTFIX", cmSystemTools::ReplaceString(line, "DEBUG_POSTFIX",
debugPostfix?debugPostfix:""); debugPostfix?debugPostfix:"");
cmGlobalGenerator* gen = this->GetGlobalGenerator();
// store flags for each configuration // store flags for each configuration
std::string flags = " "; std::string flags = " ";
std::string flagsRelease = " "; std::string flagsRelease = " ";