1
0
Fork 0
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:
jules 2014-11-06 15:26:37 +00:00
commit 8741fdd439
13 changed files with 24 additions and 18 deletions

View 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!

View file

@ -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"
//==============================================================================

View file

@ -0,0 +1,2 @@
#include "juce_amalgamated_template.cpp"

View file

@ -0,0 +1,2 @@
#include "juce_amalgamated_template.cpp"

View file

@ -1,2 +0,0 @@
#include "amalgamation/juce_amalgamated_template.cpp"

View file

@ -1,2 +0,0 @@
#include "juce_amalgamated.cpp"