Try to fix quoted definitions

This commit is contained in:
Andy Cedilnik 2002-09-23 09:58:34 -04:00
parent 4852c21b6f
commit 242347c52e
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ void cmLocalVisualStudio7Generator::OutputDefineFlags(std::ostream& fout)
define = defs.substr(pos+2);
done = true;
}
cmSystemTools::ReplaceString(define, "\"", """);
cmSystemTools::ReplaceString(define, "\"", "");
fout << define << ",";
if(!done)
{