mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
27 lines
855 B
C
27 lines
855 B
C
|
|
/*
|
|
This file contains settings that you might want to explicitly apply to
|
|
the your build.
|
|
|
|
Most of these are turned on or off by default, but you can override
|
|
that setting here by un-commenting it and giving it a 1 or 0 value.
|
|
*/
|
|
|
|
#define JUCE_ONLY_BUILD_CORE_LIBRARY 1
|
|
//#define JUCE_FORCE_DEBUG 1
|
|
//#define JUCE_LOG_ASSERTIONS 1
|
|
//#define JUCE_ASIO 1
|
|
//#define JUCE_ALSA 1
|
|
//#define JUCE_QUICKTIME 1
|
|
//#define JUCE_OPENGL 1
|
|
//#define JUCE_USE_FLAC 1
|
|
//#define JUCE_USE_OGGVORBIS 1
|
|
//#define JUCE_USE_CDBURNER 1
|
|
//#define JUCE_ENABLE_REPAINT_DEBUGGING 1
|
|
//#define JUCE_USE_XINERAMA 1
|
|
//#define JUCE_USE_XSHM 1
|
|
//#define JUCE_PLUGINHOST_VST 1
|
|
//#define JUCE_PLUGINHOST_AU 1
|
|
//#define JUCE_CHECK_MEMORY_LEAKS 1
|
|
//#define JUCE_CATCH_UNHANDLED_EXCEPTIONS 1
|
|
//#define JUCE_STRINGS_ARE_UNICODE 1
|