1
0
Fork 0
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:
jules 2012-04-24 13:34:37 +01:00
parent 7d4bbd114a
commit 54bdb48972
5 changed files with 47 additions and 15 deletions

View file

@ -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"; }