mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Introjucer: added global preprocessor defs setting.
This commit is contained in:
parent
7452efb9e7
commit
7c6889403c
1 changed files with 4 additions and 0 deletions
|
|
@ -406,6 +406,10 @@ void Project::createPropertyEditors (PropertyListBuilder& props)
|
|||
"(Note that individual resource files which are larger than this size cannot be split across multiple cpp files).");
|
||||
}
|
||||
|
||||
props.add (new TextPropertyComponent (getProjectPreprocessorDefs(), "Preprocessor definitions", 32768, true),
|
||||
"Global preprocessor definitions. Use the form \"NAME1=value NAME2=value\", using whitespace, commas, or "
|
||||
"new-lines to separate the items - to include a space or comma in a definition, precede it with a backslash.");
|
||||
|
||||
props.add (new TextPropertyComponent (getProjectUserNotes(), "Notes", 32768, true),
|
||||
"Extra comments: This field is not used for code or project generation, it's just a space where you can express your thoughts.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue