AppConfig.h 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /*
  2. IMPORTANT! This file is auto-generated each time you save your
  3. project - if you alter its contents, your changes may be overwritten!
  4. There's a section below where you can add your own custom code safely, and the
  5. Introjucer will preserve the contents of that block, but the best way to change
  6. any of these definitions is by using the Introjucer's project settings.
  7. Any commented-out settings will assume their default values.
  8. */
  9. #ifndef __JUCE_APPCONFIG_N9TDTC__
  10. #define __JUCE_APPCONFIG_N9TDTC__
  11. //==============================================================================
  12. // [BEGIN_USER_CODE_SECTION]
  13. #define UNUSED(x) (void)(x)
  14. #define STRING(a_var) a_var.toString()
  15. #define CHARSTAR(a_string) a_string.toStdString().c_str()
  16. #define UTF8(a_string) a_string.toUTF8()
  17. // [END_USER_CODE_SECTION]
  18. //==============================================================================
  19. #define JUCE_MODULE_AVAILABLE_juce_core 1
  20. #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
  21. #define JUCE_MODULE_AVAILABLE_juce_events 1
  22. #define JUCE_MODULE_AVAILABLE_juce_graphics 1
  23. #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
  24. //==============================================================================
  25. // juce_core flags:
  26. #ifndef JUCE_FORCE_DEBUG
  27. //#define JUCE_FORCE_DEBUG
  28. #endif
  29. #ifndef JUCE_LOG_ASSERTIONS
  30. //#define JUCE_LOG_ASSERTIONS
  31. #endif
  32. #ifndef JUCE_CHECK_MEMORY_LEAKS
  33. //#define JUCE_CHECK_MEMORY_LEAKS
  34. #endif
  35. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  36. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  37. #endif
  38. #ifndef JUCE_INCLUDE_ZLIB_CODE
  39. //#define JUCE_INCLUDE_ZLIB_CODE
  40. #endif
  41. //==============================================================================
  42. // juce_graphics flags:
  43. #ifndef JUCE_USE_COREIMAGE_LOADER
  44. //#define JUCE_USE_COREIMAGE_LOADER
  45. #endif
  46. #ifndef JUCE_USE_DIRECTWRITE
  47. //#define JUCE_USE_DIRECTWRITE
  48. #endif
  49. //==============================================================================
  50. // juce_gui_basics flags:
  51. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  52. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  53. #endif
  54. #ifndef JUCE_USE_XSHM
  55. //#define JUCE_USE_XSHM
  56. #endif
  57. #ifndef JUCE_USE_XRENDER
  58. //#define JUCE_USE_XRENDER
  59. #endif
  60. #ifndef JUCE_USE_XCURSOR
  61. //#define JUCE_USE_XCURSOR
  62. #endif
  63. #endif // __JUCE_APPCONFIG_N9TDTC__