mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Remove the JUCE splash screen and update licensing
This commit is contained in:
parent
22d4747038
commit
fd933dfac6
95 changed files with 355 additions and 988 deletions
|
|
@ -56,6 +56,15 @@
|
|||
|
||||
#include <cctype>
|
||||
|
||||
//==============================================================================
|
||||
#ifdef JUCE_DISPLAY_SPLASH_SCREEN
|
||||
JUCE_COMPILER_WARNING ("This version of JUCE does not use the splash screen, the flag JUCE_DISPLAY_SPLASH_SCREEN is ignored")
|
||||
#endif
|
||||
|
||||
#ifdef JUCE_USE_DARK_SPLASH_SCREEN
|
||||
JUCE_COMPILER_WARNING ("This version of JUCE does not use the splash screen, the flag JUCE_USE_DARK_SPLASH_SCREEN is ignored")
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
#if JUCE_MAC
|
||||
#import <IOKit/pwr_mgt/IOPMLib.h>
|
||||
|
|
@ -314,7 +323,6 @@
|
|||
#include "misc/juce_BubbleComponent.cpp"
|
||||
#include "misc/juce_DropShadower.cpp"
|
||||
#include "misc/juce_FocusOutline.cpp"
|
||||
#include "misc/juce_JUCESplashScreen.cpp"
|
||||
#include "mouse/juce_ComponentDragger.cpp"
|
||||
#include "mouse/juce_DragAndDropContainer.cpp"
|
||||
#include "mouse/juce_MouseEvent.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue