andrewm@2: /* andrewm@2: andrewm@2: IMPORTANT! This file is auto-generated each time you save your andrewm@2: project - if you alter its contents, your changes may be overwritten! andrewm@2: andrewm@2: There's a section below where you can add your own custom code safely, and the a@54: Projucer will preserve the contents of that block, but the best way to change a@54: any of these definitions is by using the Projucer's project settings. andrewm@2: andrewm@2: Any commented-out settings will assume their default values. andrewm@2: andrewm@2: */ andrewm@2: andrewm@2: #ifndef __JUCE_APPCONFIG_IJU11L__ andrewm@2: #define __JUCE_APPCONFIG_IJU11L__ andrewm@2: andrewm@2: //============================================================================== andrewm@2: // [BEGIN_USER_CODE_SECTION] andrewm@2: andrewm@2: // (You can add your own code in this section, and the Introjucer will not overwrite it) andrewm@2: andrewm@2: // [END_USER_CODE_SECTION] andrewm@2: andrewm@2: //============================================================================== andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_audio_basics 1 andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_audio_devices 1 andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_audio_formats 1 andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_core 1 andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_data_structures 1 andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_events 1 andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_graphics 1 andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 andrewm@2: #define JUCE_MODULE_AVAILABLE_juce_opengl 1 andrewm@2: andrewm@2: //============================================================================== a@54: #ifndef JUCE_STANDALONE_APPLICATION a@54: #ifdef JucePlugin_Build_Standalone a@54: #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone a@54: #else a@54: #define JUCE_STANDALONE_APPLICATION 1 a@54: #endif a@54: #endif a@54: a@54: #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 a@54: a@54: //============================================================================== andrewm@2: // juce_audio_devices flags: andrewm@2: andrewm@2: #ifndef JUCE_ASIO andrewm@2: //#define JUCE_ASIO andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_WASAPI andrewm@2: //#define JUCE_WASAPI andrewm@2: #endif andrewm@2: andrewm@47: #ifndef JUCE_WASAPI_EXCLUSIVE andrewm@47: //#define JUCE_WASAPI_EXCLUSIVE andrewm@47: #endif andrewm@47: andrewm@2: #ifndef JUCE_DIRECTSOUND andrewm@2: //#define JUCE_DIRECTSOUND andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_ALSA andrewm@2: //#define JUCE_ALSA andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_JACK andrewm@2: //#define JUCE_JACK andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_USE_ANDROID_OPENSLES andrewm@2: //#define JUCE_USE_ANDROID_OPENSLES andrewm@2: #endif andrewm@2: andrewm@2: //============================================================================== andrewm@2: // juce_audio_formats flags: andrewm@2: andrewm@2: #ifndef JUCE_USE_FLAC andrewm@2: //#define JUCE_USE_FLAC andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_USE_OGGVORBIS andrewm@2: //#define JUCE_USE_OGGVORBIS andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_USE_MP3AUDIOFORMAT andrewm@2: //#define JUCE_USE_MP3AUDIOFORMAT andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_USE_LAME_AUDIO_FORMAT andrewm@2: //#define JUCE_USE_LAME_AUDIO_FORMAT andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT andrewm@2: //#define JUCE_USE_WINDOWS_MEDIA_FORMAT andrewm@2: #endif andrewm@2: andrewm@2: //============================================================================== andrewm@2: // juce_core flags: andrewm@2: andrewm@2: #ifndef JUCE_FORCE_DEBUG andrewm@2: //#define JUCE_FORCE_DEBUG andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_LOG_ASSERTIONS andrewm@2: //#define JUCE_LOG_ASSERTIONS andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_CHECK_MEMORY_LEAKS andrewm@2: //#define JUCE_CHECK_MEMORY_LEAKS andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES andrewm@2: //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_INCLUDE_ZLIB_CODE andrewm@2: //#define JUCE_INCLUDE_ZLIB_CODE andrewm@2: #endif andrewm@2: a@54: #ifndef JUCE_USE_CURL a@54: //#define JUCE_USE_CURL a@54: #endif a@54: a@54: #ifndef JUCE_CATCH_UNHANDLED_EXCEPTIONS a@54: //#define JUCE_CATCH_UNHANDLED_EXCEPTIONS a@54: #endif a@54: a@54: #ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES a@54: //#define JUCE_ALLOW_STATIC_NULL_VARIABLES a@54: #endif a@54: andrewm@2: //============================================================================== andrewm@2: // juce_graphics flags: andrewm@2: andrewm@2: #ifndef JUCE_USE_COREIMAGE_LOADER andrewm@2: //#define JUCE_USE_COREIMAGE_LOADER andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_USE_DIRECTWRITE andrewm@2: //#define JUCE_USE_DIRECTWRITE andrewm@2: #endif andrewm@2: andrewm@2: //============================================================================== andrewm@2: // juce_gui_basics flags: andrewm@2: andrewm@2: #ifndef JUCE_ENABLE_REPAINT_DEBUGGING andrewm@2: //#define JUCE_ENABLE_REPAINT_DEBUGGING andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_USE_XSHM andrewm@2: //#define JUCE_USE_XSHM andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_USE_XRENDER andrewm@2: //#define JUCE_USE_XRENDER andrewm@2: #endif andrewm@2: andrewm@2: #ifndef JUCE_USE_XCURSOR andrewm@2: //#define JUCE_USE_XCURSOR andrewm@2: #endif andrewm@2: andrewm@2: //============================================================================== andrewm@2: // juce_gui_extra flags: andrewm@2: andrewm@2: #ifndef JUCE_WEB_BROWSER andrewm@2: //#define JUCE_WEB_BROWSER andrewm@2: #endif andrewm@2: andrewm@46: #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR andrewm@46: //#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR andrewm@46: #endif andrewm@46: andrewm@2: andrewm@2: #endif // __JUCE_APPCONFIG_IJU11L__