defines cannot have quotes in them

This commit is contained in:
Ken Martin 2002-09-22 10:08:28 -04:00
parent c9d16defb0
commit cb4299e9fb

View File

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