mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +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
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef __JUCE_APPCONFIG_3T6YQETY1__
|
||||
#define __JUCE_APPCONFIG_3T6YQETY1__
|
||||
|
||||
//==============================================================================
|
||||
#define JUCE_MODULE_AVAILABLE_juce_core 1
|
||||
|
||||
|
|
@ -20,3 +23,5 @@
|
|||
//#define JUCE_LOG_ASSERTIONS
|
||||
//#define JUCE_CHECK_MEMORY_LEAKS
|
||||
//#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
|
||||
|
||||
#endif // __JUCE_APPCONFIG_3T6YQETY1__
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#define __APPHEADERFILE_3T6YQETY1__
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../modules/juce_core/juce_core.h"
|
||||
#include "modules/juce_core/juce_core.h"
|
||||
|
||||
#if ! DONT_SET_USING_JUCE_NAMESPACE
|
||||
// If your code uses a lot of JUCE classes, then this will obviously save you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue