comparison JuceLibraryCode/AppConfig.h @ 2:a7738cdb4e8f

...and the basic Juce headers (external Juce code still needed; modules set not to copy)
author Andrew McPherson <andrewm@eecs.qmul.ac.uk>
date Mon, 11 Nov 2013 18:22:48 +0000
parents
children dfff66c07936
comparison
equal deleted inserted replaced
1:6a67be435132 2:a7738cdb4e8f
1 /*
2
3 IMPORTANT! This file is auto-generated each time you save your
4 project - if you alter its contents, your changes may be overwritten!
5
6 There's a section below where you can add your own custom code safely, and the
7 Introjucer will preserve the contents of that block, but the best way to change
8 any of these definitions is by using the Introjucer's project settings.
9
10 Any commented-out settings will assume their default values.
11
12 */
13
14 #ifndef __JUCE_APPCONFIG_IJU11L__
15 #define __JUCE_APPCONFIG_IJU11L__
16
17 //==============================================================================
18 // [BEGIN_USER_CODE_SECTION]
19
20 // (You can add your own code in this section, and the Introjucer will not overwrite it)
21
22 // [END_USER_CODE_SECTION]
23
24 //==============================================================================
25 #define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
26 #define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
27 #define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
28 #define JUCE_MODULE_AVAILABLE_juce_core 1
29 #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
30 #define JUCE_MODULE_AVAILABLE_juce_events 1
31 #define JUCE_MODULE_AVAILABLE_juce_graphics 1
32 #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
33 #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
34 #define JUCE_MODULE_AVAILABLE_juce_opengl 1
35
36 //==============================================================================
37 // juce_audio_devices flags:
38
39 #ifndef JUCE_ASIO
40 //#define JUCE_ASIO
41 #endif
42
43 #ifndef JUCE_WASAPI
44 //#define JUCE_WASAPI
45 #endif
46
47 #ifndef JUCE_DIRECTSOUND
48 //#define JUCE_DIRECTSOUND
49 #endif
50
51 #ifndef JUCE_ALSA
52 //#define JUCE_ALSA
53 #endif
54
55 #ifndef JUCE_JACK
56 //#define JUCE_JACK
57 #endif
58
59 #ifndef JUCE_USE_ANDROID_OPENSLES
60 //#define JUCE_USE_ANDROID_OPENSLES
61 #endif
62
63 #ifndef JUCE_USE_CDREADER
64 //#define JUCE_USE_CDREADER
65 #endif
66
67 #ifndef JUCE_USE_CDBURNER
68 //#define JUCE_USE_CDBURNER
69 #endif
70
71 //==============================================================================
72 // juce_audio_formats flags:
73
74 #ifndef JUCE_USE_FLAC
75 //#define JUCE_USE_FLAC
76 #endif
77
78 #ifndef JUCE_USE_OGGVORBIS
79 //#define JUCE_USE_OGGVORBIS
80 #endif
81
82 #ifndef JUCE_USE_MP3AUDIOFORMAT
83 //#define JUCE_USE_MP3AUDIOFORMAT
84 #endif
85
86 #ifndef JUCE_USE_LAME_AUDIO_FORMAT
87 //#define JUCE_USE_LAME_AUDIO_FORMAT
88 #endif
89
90 #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
91 //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
92 #endif
93
94 //==============================================================================
95 // juce_core flags:
96
97 #ifndef JUCE_FORCE_DEBUG
98 //#define JUCE_FORCE_DEBUG
99 #endif
100
101 #ifndef JUCE_LOG_ASSERTIONS
102 //#define JUCE_LOG_ASSERTIONS
103 #endif
104
105 #ifndef JUCE_CHECK_MEMORY_LEAKS
106 //#define JUCE_CHECK_MEMORY_LEAKS
107 #endif
108
109 #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
110 //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
111 #endif
112
113 #ifndef JUCE_INCLUDE_ZLIB_CODE
114 //#define JUCE_INCLUDE_ZLIB_CODE
115 #endif
116
117 //==============================================================================
118 // juce_graphics flags:
119
120 #ifndef JUCE_USE_COREIMAGE_LOADER
121 //#define JUCE_USE_COREIMAGE_LOADER
122 #endif
123
124 #ifndef JUCE_USE_DIRECTWRITE
125 //#define JUCE_USE_DIRECTWRITE
126 #endif
127
128 //==============================================================================
129 // juce_gui_basics flags:
130
131 #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
132 //#define JUCE_ENABLE_REPAINT_DEBUGGING
133 #endif
134
135 #ifndef JUCE_USE_XSHM
136 //#define JUCE_USE_XSHM
137 #endif
138
139 #ifndef JUCE_USE_XRENDER
140 //#define JUCE_USE_XRENDER
141 #endif
142
143 #ifndef JUCE_USE_XCURSOR
144 //#define JUCE_USE_XCURSOR
145 #endif
146
147 //==============================================================================
148 // juce_gui_extra flags:
149
150 #ifndef JUCE_WEB_BROWSER
151 //#define JUCE_WEB_BROWSER
152 #endif
153
154
155 #endif // __JUCE_APPCONFIG_IJU11L__