This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Minor tweaks to the amalgamated templates.
tags/2021-05-28
Julian Storer
14 years ago
parent
1a21c89755
commit
32f2ac99b8
5 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
amalgamation/juce_amalgamated1.cpp
+1
-0
amalgamation/juce_amalgamated2.cpp
+1
-0
amalgamation/juce_amalgamated3.cpp
+1
-0
amalgamation/juce_amalgamated4.cpp
+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
Write
Preview
Loading…
Cancel
Save