mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
Introjucer: added support for a user-code section to the AppConfig.h file.
This commit is contained in:
parent
d4e99f6628
commit
eb028b7c33
9 changed files with 126 additions and 24 deletions
|
|
@ -3,8 +3,9 @@
|
|||
IMPORTANT! This file is auto-generated 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 Introjucer to do so,
|
||||
rather than editing this file directly!
|
||||
There's a section below where you can add your own custom code safely, and the
|
||||
Introjucer will preserve the contents of that block, but the best way to change
|
||||
any of these definitions is by using the Introjucer's project settings.
|
||||
|
||||
Any commented-out settings will assume their default values.
|
||||
|
||||
|
|
@ -13,6 +14,13 @@
|
|||
#ifndef __JUCE_APPCONFIG_3T6YQETY1__
|
||||
#define __JUCE_APPCONFIG_3T6YQETY1__
|
||||
|
||||
//==============================================================================
|
||||
// [BEGIN_USER_CODE_SECTION]
|
||||
|
||||
// (You can add your own code in this section, and the Introjucer will not overwrite it)
|
||||
|
||||
// [END_USER_CODE_SECTION]
|
||||
|
||||
//==============================================================================
|
||||
#define JUCE_MODULE_AVAILABLE_juce_core 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue