mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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
|
|
@ -32,7 +32,7 @@
|
|||
#error "Incorrect use of JUCE cpp file"
|
||||
#endif
|
||||
|
||||
// Your project must contain an AppConfig.h file with your project-specific settings in it,
|
||||
// Your project must contain an AppConfig.h file with your project-specific settings in it,
|
||||
// and your header search path must make it accessible to the module's files.
|
||||
#include "AppConfig.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -32,5 +32,8 @@
|
|||
"commands/*",
|
||||
"misc/*",
|
||||
"application/*",
|
||||
"native/*" ]
|
||||
"native/*" ],
|
||||
|
||||
"OSXFrameworks": "Cocoa Carbon QuartzCore",
|
||||
"iOSFrameworks": "UIKit"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue