From 46547bf8d612390b4afaa0e1e426a98ad65ecc6d Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 4 Nov 2014 12:27:57 +0000 Subject: [PATCH] More introjucer cleanup --- extras/Demo/Source/Demos/JavaScript.cpp | 2 +- extras/Demo/Source/IntroScreen.cpp | 2 +- .../Builds/CodeBlocks/The Introjucer.cbp | 58 +- .../The Introjucer.xcodeproj/project.pbxproj | 104 ++- .../VisualStudio2005/The Introjucer.vcproj | 422 ++++----- .../VisualStudio2008/The Introjucer.vcproj | 422 ++++----- .../VisualStudio2010/The Introjucer.vcxproj | 14 +- .../The Introjucer.vcxproj.filters | 55 +- .../VisualStudio2012/The Introjucer.vcxproj | 14 +- .../The Introjucer.vcxproj.filters | 55 +- .../VisualStudio2013/The Introjucer.vcxproj | 14 +- .../The Introjucer.vcxproj.filters | 55 +- extras/Introjucer/Introjucer.jucer | 86 +- .../Introjucer/JuceLibraryCode/BinaryData.cpp | 875 +++++++++--------- .../Introjucer/JuceLibraryCode/BinaryData.h | 42 +- .../jucer_AnimatedComponentTemplate.cpp | 21 +- .../jucer_AudioComponentTemplate.cpp | 48 +- .../jucer_OpenglComponentTemplate.cpp | 10 +- .../Source/Wizards/jucer_NewFileWizard.h | 6 +- .../Wizards/jucer_ProjectWizard_Animated.h | 4 +- .../Wizards/jucer_ProjectWizard_AudioApp.h | 4 +- 21 files changed, 1174 insertions(+), 1139 deletions(-) diff --git a/extras/Demo/Source/Demos/JavaScript.cpp b/extras/Demo/Source/Demos/JavaScript.cpp index 084733c406..cb08ffacd9 100644 --- a/extras/Demo/Source/Demos/JavaScript.cpp +++ b/extras/Demo/Source/Demos/JavaScript.cpp @@ -156,4 +156,4 @@ private: // This static object will register this demo type in a global list of demos.. -static JuceDemoType demo ("40 JavaScript"); \ No newline at end of file +static JuceDemoType demo ("40 JavaScript"); diff --git a/extras/Demo/Source/IntroScreen.cpp b/extras/Demo/Source/IntroScreen.cpp index eeac460fc5..3708f6569c 100644 --- a/extras/Demo/Source/IntroScreen.cpp +++ b/extras/Demo/Source/IntroScreen.cpp @@ -82,7 +82,7 @@ private: { Path wavePath; - float waveStep = 10.0f; + const float waveStep = 10.0f; int i = 0; for (float x = waveStep * 0.5f; x < getWidth(); x += waveStep) diff --git a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp index cdbd08b7fd..70c1fa0e28 100644 --- a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp +++ b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp @@ -622,39 +622,11 @@