mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries
This commit is contained in:
parent
3f17cc7b2e
commit
8c9c3c3ca9
9 changed files with 34 additions and 7 deletions
|
|
@ -58,6 +58,8 @@ public:
|
|||
|
||||
static bool canProjectBeLaunched (Project*);
|
||||
|
||||
virtual Identifier getExporterIdentifier() const = 0;
|
||||
|
||||
//==============================================================================
|
||||
// capabilities of exporter
|
||||
virtual bool usesMMFiles() const = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue