mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Changed the way module code is wrapped by the Introjucer.
This commit is contained in:
parent
4808d9c318
commit
693132a6e5
252 changed files with 15540 additions and 17524 deletions
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
*/
|
||||
|
||||
//==============================================================================
|
||||
#define JUCE_MODULE_AVAILABLE_juce_core 1
|
||||
|
||||
//==============================================================================
|
||||
// juce_core flags:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in a module's source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
*/
|
||||
|
||||
#define JUCE_WRAPPED_FILE 1
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../modules/juce_core/juce_core.cpp"
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
|
||||
IMPORTANT! This file is auto-generated each time you save your
|
||||
project - if you alter its contents, your changes may be overwritten!
|
||||
|
||||
This file pulls in a module's source code, and builds it using the settings
|
||||
defined in AppConfig.h.
|
||||
|
||||
*/
|
||||
|
||||
#define JUCE_WRAPPED_FILE 1
|
||||
|
||||
#include "AppConfig.h"
|
||||
#include "../../../modules/juce_core/juce_core.cpp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue