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:
parent
112b88f289
commit
bcf743b33f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue