1
0
Fork 0
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:
Julian Storer 2011-08-19 20:34:03 +01:00
parent 1a21c89755
commit 32f2ac99b8
5 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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