mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
8741fdd439
13 changed files with 24 additions and 18 deletions
6
extras/amalgamation/Amalgamated files README.txt
Normal file
6
extras/amalgamation/Amalgamated files README.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
This folder contains some *deprecated* files which include all the juce source
|
||||
code in a single cpp/header. Until the modules were introduced in 2011, this
|
||||
was a commonly-used way of compiling a JUCE app. These are left here just in
|
||||
case anyone has code that still relies on this approach, but they're not
|
||||
guaranteed to remain up to date, so use them at your own risk!
|
||||
|
|
@ -43,20 +43,20 @@
|
|||
#endif
|
||||
|
||||
//==============================================================================
|
||||
#include "modules/juce_core/juce_core.h"
|
||||
#include "modules/juce_gui_basics/juce_gui_basics.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_video/juce_video.h"
|
||||
#include "modules/juce_opengl/juce_opengl.h"
|
||||
#include "modules/juce_audio_basics/juce_audio_basics.h"
|
||||
#include "modules/juce_audio_formats/juce_audio_formats.h"
|
||||
#include "modules/juce_audio_processors/juce_audio_processors.h"
|
||||
#include "modules/juce_audio_devices/juce_audio_devices.h"
|
||||
#include "modules/juce_cryptography/juce_cryptography.h"
|
||||
#include "modules/juce_gui_extra/juce_gui_extra.h"
|
||||
#include "modules/juce_audio_utils/juce_audio_utils.h"
|
||||
#include "../../modules/juce_core/juce_core.h"
|
||||
#include "../../modules/juce_gui_basics/juce_gui_basics.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_video/juce_video.h"
|
||||
#include "../../modules/juce_opengl/juce_opengl.h"
|
||||
#include "../../modules/juce_audio_basics/juce_audio_basics.h"
|
||||
#include "../../modules/juce_audio_formats/juce_audio_formats.h"
|
||||
#include "../../modules/juce_audio_processors/juce_audio_processors.h"
|
||||
#include "../../modules/juce_audio_devices/juce_audio_devices.h"
|
||||
#include "../../modules/juce_cryptography/juce_cryptography.h"
|
||||
#include "../../modules/juce_gui_extra/juce_gui_extra.h"
|
||||
#include "../../modules/juce_audio_utils/juce_audio_utils.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
2
extras/amalgamation/juce_amalgamated.cpp
Normal file
2
extras/amalgamation/juce_amalgamated.cpp
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
#include "juce_amalgamated_template.cpp"
|
||||
2
extras/amalgamation/juce_amalgamated.mm
Normal file
2
extras/amalgamation/juce_amalgamated.mm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
#include "juce_amalgamated_template.cpp"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
#include "amalgamation/juce_amalgamated_template.cpp"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
#include "juce_amalgamated.cpp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue