Browse Source

Minor tweaks to the amalgamated templates.

tags/2021-05-28
Julian Storer 14 years ago
parent
commit
32f2ac99b8
5 changed files with 5 additions and 1 deletions
  1. +1
    -0
      amalgamation/juce_amalgamated1.cpp
  2. +1
    -0
      amalgamation/juce_amalgamated2.cpp
  3. +1
    -0
      amalgamation/juce_amalgamated3.cpp
  4. +1
    -0
      amalgamation/juce_amalgamated4.cpp
  5. +1
    -1
      amalgamation/juce_amalgamated_template.cpp

+ 1
- 0
amalgamation/juce_amalgamated1.cpp 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"

+ 1
- 0
amalgamation/juce_amalgamated2.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"

+ 1
- 0
amalgamation/juce_amalgamated3.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"

+ 1
- 0
amalgamation/juce_amalgamated4.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"

+ 1
- 1
amalgamation/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


Loading…
Cancel
Save