mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Minor tweaks to the amalgamated templates.
This commit is contained in:
parent
1a21c89755
commit
32f2ac99b8
5 changed files with 5 additions and 1 deletions
|
|
@ -27,5 +27,6 @@
|
|||
#define JUCE_BUILD_MISC 0
|
||||
#define JUCE_BUILD_GUI 0
|
||||
#define JUCE_BUILD_NATIVE 0
|
||||
#define JUCE_BUILD_AMALGAMATION 1
|
||||
|
||||
#include "juce_amalgamated_template.cpp"
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@
|
|||
#define JUCE_BUILD_MISC 1
|
||||
#define JUCE_BUILD_GUI 0
|
||||
#define JUCE_BUILD_NATIVE 0
|
||||
#define JUCE_BUILD_AMALGAMATION 1
|
||||
|
||||
#include "juce_amalgamated_template.cpp"
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@
|
|||
#define JUCE_BUILD_MISC 0
|
||||
#define JUCE_BUILD_GUI 1
|
||||
#define JUCE_BUILD_NATIVE 0
|
||||
#define JUCE_BUILD_AMALGAMATION 1
|
||||
|
||||
#include "juce_amalgamated_template.cpp"
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@
|
|||
#define JUCE_BUILD_MISC 0
|
||||
#define JUCE_BUILD_GUI 0
|
||||
#define JUCE_BUILD_NATIVE 1
|
||||
#define JUCE_BUILD_AMALGAMATION 1
|
||||
|
||||
#include "juce_amalgamated_template.cpp"
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
|
||||
#define JUCE_AMALGAMATED_TEMPLATE 1
|
||||
|
||||
#if JUCE_BUILD_NATIVE
|
||||
#if (JUCE_BUILD_NATIVE || JUCE_BUILD_AMALGAMATION) && ! defined (__JUCE_AMALGAMATED_TEMPLATE_JUCEHEADER__)
|
||||
#include "../juce_amalgamated.h" // FORCE_AMALGAMATOR_INCLUDE
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue