mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Introjucer: added a "defines" parameter to the module manifest format, to allow it to set modules to set project-wide preprocessor defs.
This commit is contained in:
parent
f35dc2df92
commit
cb2e2aa607
2 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ struct ModuleDescription
|
|||
String getDescription() const { return moduleInfo [Ids::description].toString(); }
|
||||
String getLicense() const { return moduleInfo [Ids::license].toString(); }
|
||||
String getHeaderName() const { return moduleInfo [Ids::include].toString(); }
|
||||
String getPreprocessorDefs() const { return moduleInfo [Ids::defines].toString(); }
|
||||
|
||||
File getFolder() const { jassert (manifestFile != File::nonexistent); return manifestFile.getParentDirectory(); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue