mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Introjucer: more AAX support and some clean-ups.
This commit is contained in:
parent
165bed1fbf
commit
9074f68da8
14 changed files with 86 additions and 23 deletions
|
|
@ -231,7 +231,7 @@ namespace
|
|||
}
|
||||
|
||||
std::cout << "Project file: " << projectFile.getFullPathName() << std::endl
|
||||
<< "Name: " << proj.getProjectName().toString() << std::endl
|
||||
<< "Name: " << proj.getTitle() << std::endl
|
||||
<< "UID: " << proj.getProjectUID() << std::endl;
|
||||
|
||||
const int numModules = proj.getNumModules();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue