1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00

Introjucer: fix for projects without an export target that can be launched on the current OS.

This commit is contained in:
jules 2012-03-15 17:35:28 +00:00
parent d6df57b1d2
commit a25bddb7ff
2 changed files with 25 additions and 5 deletions

View file

@ -133,6 +133,7 @@ public:
static void setLocalModulesFolder (const File& newFile);
static File getModulesFolderForJuceOrModulesFolder (const File& f);
static File getModulesFolderForExporter (const ProjectExporter&);
StringArray getExtraDependenciesNeeded (Project&, const Module&);