From 5443f95790599d41837c2e710d50e6ad80706a83 Mon Sep 17 00:00:00 2001 From: Julian Storer Date: Sat, 13 Feb 2010 17:07:31 +0000 Subject: [PATCH] Jucer-generated file updates. --- amalgamation/juce_amalgamated_template.cpp | 2 +- extras/amalgamator/Amalgamator.jucer | 2 +- extras/amalgamator/JuceLibraryCode/JuceHeader.h | 7 +++++++ extras/binarybuilder/BinaryBuilder.jucer | 2 +- extras/binarybuilder/JuceLibraryCode/JuceHeader.h | 7 +++++++ extras/example projects/HelloWorld.jucer | 2 +- extras/example projects/JuceLibraryCode/JuceHeader.h | 7 +++++++ extras/example projects/Source/Main.cpp | 2 +- extras/juce demo/Juce Demo.jucer | 2 +- extras/juce demo/JuceLibraryCode/BinaryData.cpp | 2 +- extras/juce demo/JuceLibraryCode/BinaryData.h | 2 +- extras/juce demo/JuceLibraryCode/JuceHeader.h | 7 +++++++ extras/juce demo/Source/ApplicationStartup.cpp | 2 +- 13 files changed, 37 insertions(+), 9 deletions(-) diff --git a/amalgamation/juce_amalgamated_template.cpp b/amalgamation/juce_amalgamated_template.cpp index 5a9344093c..499cc6d9ba 100644 --- a/amalgamation/juce_amalgamated_template.cpp +++ b/amalgamation/juce_amalgamated_template.cpp @@ -60,7 +60,7 @@ #endif //============================================================================== -#if JUCE_BUILD_NATIVE || JUCE_BUILD_CORE +#if JUCE_BUILD_NATIVE || JUCE_BUILD_CORE || (JUCE_BUILD_MISC && (JUCE_PLUGINHOST_VST || JUCE_PLUGINHOST_AU)) #if JUCE_WINDOWS #include "../src/native/windows/juce_win32_NativeIncludes.h" #elif JUCE_LINUX diff --git a/extras/amalgamator/Amalgamator.jucer b/extras/amalgamator/Amalgamator.jucer index 9ee609e311..20779cd050 100644 --- a/extras/amalgamator/Amalgamator.jucer +++ b/extras/amalgamator/Amalgamator.jucer @@ -1,7 +1,7 @@