defines cannot have quotes in them
This commit is contained in:
parent
c9d16defb0
commit
cb4299e9fb
@ -555,6 +555,7 @@ void cmLocalVisualStudio7Generator::OutputDefineFlags(std::ostream& fout)
|
|||||||
define = defs.substr(pos+2);
|
define = defs.substr(pos+2);
|
||||||
done = true;
|
done = true;
|
||||||
}
|
}
|
||||||
|
cmSystemTools::ReplaceString(define, "\"", """);
|
||||||
fout << define << ",";
|
fout << define << ",";
|
||||||
if(!done)
|
if(!done)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user