1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

A couple of minor introjucer changes.

This commit is contained in:
jules 2012-09-07 22:38:32 +01:00
parent 7d953a629d
commit e00bfdc1df
4 changed files with 27 additions and 10 deletions

View file

@ -50,7 +50,8 @@ 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;
void getLocalCompiledFiles (const File& localModuleFolder, Array<File>& files) const;
File getLocalFolderFor (Project&) const;
static String getInfoFileName() { return "juce_module_info"; }