mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Introjucer: fix to paths when copying modules locally.
This commit is contained in:
parent
b364573890
commit
14cb377f77
2 changed files with 6 additions and 29 deletions
|
|
@ -95,7 +95,6 @@ public:
|
|||
void prepareExporter (ProjectExporter&, ProjectSaver&) const;
|
||||
void createPropertyEditors (ProjectExporter&, PropertyListBuilder&) const;
|
||||
void getConfigFlags (Project&, OwnedArray<Project::ConfigFlag>& flags) const;
|
||||
void getLocalCompiledFiles (const File& localModuleFolder, Array<File>& files) const;
|
||||
void findBrowseableFiles (const File& localModuleFolder, Array<File>& files) const;
|
||||
|
||||
ModuleDescription moduleInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue