mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules.
This commit is contained in:
parent
c65c07312d
commit
81da96f1a2
160 changed files with 864 additions and 2248 deletions
|
|
@ -155,7 +155,7 @@ public:
|
|||
props.getLast()->setTooltip ("If this is enabled, then a local copy of the entire module will be made inside your project (in the auto-generated JuceLibraryFiles folder), "
|
||||
"so that your project will be self-contained, and won't need to contain any references to files in other folders. "
|
||||
"This also means that you can check the module into your source-control system to make sure it is always in sync with your own code.");
|
||||
|
||||
|
||||
StringArray possibleValues;
|
||||
possibleValues.add ("(Use Default)");
|
||||
possibleValues.add ("Enabled");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue