1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Resaved all project files

This commit is contained in:
jules 2015-11-03 10:55:10 +00:00
parent 89ba69ab29
commit 6eee3b2a09
125 changed files with 16797 additions and 1133 deletions

View file

@ -57,6 +57,10 @@
//#define JUCE_INCLUDE_ZLIB_CODE
#endif
#ifndef JUCE_USE_CURL
//#define JUCE_USE_CURL
#endif
//==============================================================================
// juce_graphics flags:

View file

@ -2,4 +2,3 @@
// module headers to the correct external folder.
#include "../../../../../modules/juce_core/juce_core.h"

View file

@ -2,4 +2,3 @@
// module headers to the correct external folder.
#include "../../../../../modules/juce_data_structures/juce_data_structures.h"

View file

@ -2,4 +2,3 @@
// module headers to the correct external folder.
#include "../../../../../modules/juce_events/juce_events.h"

View file

@ -2,4 +2,3 @@
// module headers to the correct external folder.
#include "../../../../../modules/juce_graphics/juce_graphics.h"

View file

@ -2,4 +2,3 @@
// module headers to the correct external folder.
#include "../../../../../modules/juce_gui_basics/juce_gui_basics.h"

View file

@ -2,4 +2,3 @@
// module headers to the correct external folder.
#include "../../../../../modules/juce_osc/juce_osc.h"