1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +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:
Julian Storer 2011-08-16 18:05:20 +01:00
parent c65c07312d
commit 81da96f1a2
160 changed files with 864 additions and 2248 deletions

View file

@ -10,6 +10,9 @@
*/
#ifndef __JUCE_APPCONFIG_TTAKTK1S__
#define __JUCE_APPCONFIG_TTAKTK1S__
//==============================================================================
#define JUCE_MODULE_AVAILABLE_juce_core 1
#define JUCE_MODULE_AVAILABLE_juce_data_structures 1
@ -43,3 +46,5 @@
// juce_gui_extra flags:
//#define JUCE_WEB_BROWSER
#endif // __JUCE_APPCONFIG_TTAKTK1S__

View file

@ -14,12 +14,12 @@
#define __APPHEADERFILE_TTAKTK1S__
#include "AppConfig.h"
#include "../../../modules/juce_core/juce_core.h"
#include "../../../modules/juce_data_structures/juce_data_structures.h"
#include "../../../modules/juce_events/juce_events.h"
#include "../../../modules/juce_graphics/juce_graphics.h"
#include "../../../modules/juce_gui_basics/juce_gui_basics.h"
#include "../../../modules/juce_gui_extra/juce_gui_extra.h"
#include "modules/juce_core/juce_core.h"
#include "modules/juce_data_structures/juce_data_structures.h"
#include "modules/juce_events/juce_events.h"
#include "modules/juce_graphics/juce_graphics.h"
#include "modules/juce_gui_basics/juce_gui_basics.h"
#include "modules/juce_gui_extra/juce_gui_extra.h"
#if ! DONT_SET_USING_JUCE_NAMESPACE
// If your code uses a lot of JUCE classes, then this will obviously save you

View file

@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_core/juce_core.h"

View file

@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_data_structures/juce_data_structures.h"

View file

@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_events/juce_events.h"

View file

@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_graphics/juce_graphics.h"

View file

@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_gui_basics/juce_gui_basics.h"

View file

@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_gui_extra/juce_gui_extra.h"