mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Introjucer: minor internal changes.
This commit is contained in:
parent
7d4bbd114a
commit
54bdb48972
5 changed files with 47 additions and 15 deletions
|
|
@ -50,6 +50,7 @@ public:
|
|||
void prepareExporter (ProjectExporter&, ProjectSaver&) const;
|
||||
void createPropertyEditors (ProjectExporter&, PropertyListBuilder&) const;
|
||||
void getConfigFlags (Project&, OwnedArray<Project::ConfigFlag>& flags) const;
|
||||
void getLocalCompiledFiles (Array<File>& files) const;
|
||||
|
||||
static String getInfoFileName() { return "juce_module_info"; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue