1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Removed whitespace characters from MSVC project names

This commit is contained in:
hogliux 2017-03-14 17:00:26 +00:00
parent 112b88f289
commit bcf743b33f

View file

@ -677,7 +677,7 @@ protected:
String filename = project.getProjectFilenameRoot();
if (target.isNotEmpty())
filename += String (" - ") + target;
filename += String ("_") + target.removeCharacters (" ");
return getTargetFolder().getChildFile (filename).withFileExtension (extension);
}