1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00

Re-saved all projects

This commit is contained in:
hogliux 2017-04-27 14:35:25 +01:00
parent 9d81c5066a
commit 884afa3a0d
1157 changed files with 7583 additions and 7386 deletions

View file

@ -989,6 +989,8 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.h"
"../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.cpp"
"../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.h"
"../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.cpp"
"../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.h"
"../../../../../modules/juce_gui_basics/menus/juce_MenuBarComponent.cpp"
"../../../../../modules/juce_gui_basics/menus/juce_MenuBarComponent.h"
"../../../../../modules/juce_gui_basics/menus/juce_MenuBarModel.cpp"
@ -999,6 +1001,8 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_gui_basics/misc/juce_BubbleComponent.h"
"../../../../../modules/juce_gui_basics/misc/juce_DropShadower.cpp"
"../../../../../modules/juce_gui_basics/misc/juce_DropShadower.h"
"../../../../../modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp"
"../../../../../modules/juce_gui_basics/misc/juce_JUCESplashScreen.h"
"../../../../../modules/juce_gui_basics/mouse/juce_ComponentDragger.cpp"
"../../../../../modules/juce_gui_basics/mouse/juce_ComponentDragger.h"
"../../../../../modules/juce_gui_basics/mouse/juce_DragAndDropContainer.cpp"
@ -1226,20 +1230,20 @@ add_library( ${BINARY_NAME}
"../../../JuceLibraryCode/AppConfig.h"
"../../../JuceLibraryCode/BinaryData.cpp"
"../../../JuceLibraryCode/BinaryData.h"
"../../../JuceLibraryCode/juce_audio_basics.cpp"
"../../../JuceLibraryCode/juce_audio_devices.cpp"
"../../../JuceLibraryCode/juce_audio_formats.cpp"
"../../../JuceLibraryCode/juce_audio_processors.cpp"
"../../../JuceLibraryCode/juce_audio_utils.cpp"
"../../../JuceLibraryCode/juce_core.cpp"
"../../../JuceLibraryCode/juce_cryptography.cpp"
"../../../JuceLibraryCode/juce_data_structures.cpp"
"../../../JuceLibraryCode/juce_events.cpp"
"../../../JuceLibraryCode/juce_graphics.cpp"
"../../../JuceLibraryCode/juce_gui_basics.cpp"
"../../../JuceLibraryCode/juce_gui_extra.cpp"
"../../../JuceLibraryCode/juce_opengl.cpp"
"../../../JuceLibraryCode/juce_osc.cpp"
"../../../JuceLibraryCode/include_juce_audio_basics.cpp"
"../../../JuceLibraryCode/include_juce_audio_devices.cpp"
"../../../JuceLibraryCode/include_juce_audio_formats.cpp"
"../../../JuceLibraryCode/include_juce_audio_processors.cpp"
"../../../JuceLibraryCode/include_juce_audio_utils.cpp"
"../../../JuceLibraryCode/include_juce_core.cpp"
"../../../JuceLibraryCode/include_juce_cryptography.cpp"
"../../../JuceLibraryCode/include_juce_data_structures.cpp"
"../../../JuceLibraryCode/include_juce_events.cpp"
"../../../JuceLibraryCode/include_juce_graphics.cpp"
"../../../JuceLibraryCode/include_juce_gui_basics.cpp"
"../../../JuceLibraryCode/include_juce_gui_extra.cpp"
"../../../JuceLibraryCode/include_juce_opengl.cpp"
"../../../JuceLibraryCode/include_juce_osc.cpp"
"../../../JuceLibraryCode/JuceHeader.h"
)
@ -2207,6 +2211,8 @@ set_source_files_properties("../../../../../modules/juce_gui_basics/lookandfeel/
set_source_files_properties("../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V2.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V3.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/menus/juce_MenuBarComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/menus/juce_MenuBarComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/menus/juce_MenuBarModel.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
@ -2217,6 +2223,8 @@ set_source_files_properties("../../../../../modules/juce_gui_basics/misc/juce_Bu
set_source_files_properties("../../../../../modules/juce_gui_basics/misc/juce_BubbleComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/misc/juce_DropShadower.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/misc/juce_DropShadower.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/misc/juce_JUCESplashScreen.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/mouse/juce_ComponentDragger.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/mouse/juce_ComponentDragger.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/mouse/juce_DragAndDropContainer.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)

View file

@ -7,15 +7,11 @@
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the JUCE 5 End-User License
Agreement and JUCE 5 Privacy Policy (both updated and effective as of the
27th April 2017).
End User License Agreement: www.juce.com/juce-5-licence
Privacy Policy: www.juce.com/juce-5-privacy-policy
Or: You may also use this code under the terms of the GPL v3 (see
www.gnu.org/licenses).
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission
To use, copy, modify, and/or distribute this software for any purpose with or
without fee is hereby granted provided that the above copyright notice and
this permission notice appear in all copies.
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE