Multiline MSVC pre/post-build commands

Hi Jules,

Would you be able to make The Introjucer’s Visual Studio exporter pre/post-build commands multiline?

A 2 line change works for me: line 190 + 191 in juce_ProjectExport_MSVC.h: last argument to true.

Cheers!

Does that actually work? The text gets stuffed into an XML attribute, I wouldn’t have thought it’d cope with a multi-line string correctly??

Works fine in VS2010 and VS2008. I don’t have VS2005/2012 installed so can’t check those.

ok, well fair enough! I’ve tweaked that now.

thanks! :smiley: