mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
38 lines
1.1 KiB
C
38 lines
1.1 KiB
C
/*
|
|
|
|
IMPORTANT! This file is auto-generated by the Jucer each time you save your
|
|
project - if you alter its contents, your changes may be overwritten!
|
|
|
|
If you want to change any of these values, use the Jucer to do so, rather than
|
|
editing this file directly!
|
|
|
|
Any commented-out settings will fall back to using the default values that
|
|
they are given in juce_Config.h
|
|
|
|
*/
|
|
|
|
//#define JUCE_FORCE_DEBUG
|
|
//#define JUCE_LOG_ASSERTIONS
|
|
//#define JUCE_ASIO
|
|
#define JUCE_WASAPI 1
|
|
#define JUCE_DIRECTSOUND 1
|
|
#define JUCE_ALSA 1
|
|
//#define JUCE_QUICKTIME
|
|
//#define JUCE_OPENGL
|
|
//#define JUCE_USE_FLAC
|
|
//#define JUCE_USE_OGGVORBIS
|
|
//#define JUCE_USE_CDBURNER
|
|
//#define JUCE_USE_CDREADER
|
|
//#define JUCE_USE_CAMERA
|
|
//#define JUCE_ENABLE_REPAINT_DEBUGGING
|
|
//#define JUCE_USE_XINERAMA
|
|
//#define JUCE_USE_XSHM
|
|
//#define JUCE_USE_XRENDER
|
|
//#define JUCE_USE_XCURSOR
|
|
#define JUCE_PLUGINHOST_VST 1
|
|
#define JUCE_PLUGINHOST_AU 1
|
|
//#define JUCE_ONLY_BUILD_CORE_LIBRARY
|
|
//#define JUCE_WEB_BROWSER
|
|
//#define JUCE_SUPPORT_CARBON
|
|
//#define JUCE_CHECK_MEMORY_LEAKS
|
|
//#define JUCE_CATCH_UNHANDLED_EXCEPTIONS
|