mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Stop requiring JuceHeader to be included in projects
This commit is contained in:
parent
ece5644a20
commit
2ca69e8f70
315 changed files with 1412 additions and 3459 deletions
|
|
@ -327,8 +327,10 @@ public:
|
|||
|
||||
// includes exporter, project + config defs
|
||||
StringPairArray getAllPreprocessorDefs (const BuildConfiguration& config, const build_tools::ProjectType::Target::Type targetType) const;
|
||||
// includes exporter + project defs..
|
||||
// includes exporter + project defs
|
||||
StringPairArray getAllPreprocessorDefs() const;
|
||||
// just appconfig defs
|
||||
StringPairArray getAppConfigDefs() const;
|
||||
|
||||
void addTargetSpecificPreprocessorDefs (StringPairArray& defs, const build_tools::ProjectType::Target::Type targetType) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue