mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Projucer: Implement PIPGenerator
This commit is contained in:
parent
fa02112614
commit
47af78fe0b
31 changed files with 1256 additions and 457 deletions
|
|
@ -192,8 +192,8 @@ private:
|
|||
|
||||
globalPathValue.referTo (modules.getShouldUseGlobalPathValue (moduleID));
|
||||
|
||||
auto menuItemString = (TargetOS::getThisOS() == TargetOS::osx ? "\"Projucer->Global Search Paths...\""
|
||||
: "\"File->Global Search Paths...\"");
|
||||
auto menuItemString = (TargetOS::getThisOS() == TargetOS::osx ? "\"Projucer->Global Paths...\""
|
||||
: "\"File->Global Paths...\"");
|
||||
|
||||
props.add (new BooleanPropertyComponent (globalPathValue,
|
||||
"Use global path", "Use global path for this module"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue