mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item.
This commit is contained in:
parent
3974e09c9f
commit
ead42bd39a
12 changed files with 109 additions and 70 deletions
|
|
@ -373,8 +373,6 @@ void Project::createPropertyEditors (PropertyListBuilder& props)
|
|||
|
||||
props.add (new TextPropertyComponent (getProjectPreprocessorDefs(), "Preprocessor definitions", 32768, false),
|
||||
"Extra preprocessor definitions. Use the form \"NAME1=value NAME2=value\", using whitespace or commas to separate the items - to include a space or comma in a definition, precede it with a backslash.");
|
||||
|
||||
props.setPreferredHeight (22);
|
||||
}
|
||||
|
||||
String Project::getVersionAsHex() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue