mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Resave all projects
This commit is contained in:
parent
4e2a8cc6c4
commit
8efadd14bb
42 changed files with 1035 additions and 99 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Automatically generated CMakeLists, created by the Projucer
|
||||
# Don't edit this file! Your changes will be overwritten when you re-save the Projucer project!
|
||||
|
||||
cmake_minimum_required(VERSION 3.4.1)
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
project(juce_jni_project)
|
||||
|
||||
|
|
@ -1758,17 +1758,21 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_CGMetalLayerRenderer.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
|
|
@ -1776,6 +1780,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_ScopedThreadDPIAwarenessSetter.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/positioning/juce_MarkerList.cpp"
|
||||
|
|
@ -1845,10 +1850,14 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/windows/juce_DialogWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.cpp"
|
||||
|
|
@ -3741,17 +3750,21 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_CGMetalLayerRenderer.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
|
|
@ -3759,6 +3772,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_ScopedThreadDPIAwarenessSetter.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/positioning/juce_MarkerList.cpp"
|
||||
|
|
@ -3828,10 +3842,14 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/windows/juce_DialogWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.cpp"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,12 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
ndkVersion "25.2.9519653"
|
||||
namespace "com.rmsl.jucedemorunner"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path "CMakeLists.txt"
|
||||
version "3.22.1"
|
||||
}
|
||||
}
|
||||
signingConfigs {
|
||||
|
|
|
|||
|
|
@ -596,14 +596,18 @@ private:
|
|||
const auto u = fc.getURLResult();
|
||||
|
||||
if (! audioFileReader.loadURL (u))
|
||||
NativeMessageBox::showAsync (MessageBoxOptions()
|
||||
.withIconType (MessageBoxIconType::WarningIcon)
|
||||
{
|
||||
auto options = MessageBoxOptions().withIconType (MessageBoxIconType::WarningIcon)
|
||||
.withTitle ("Error loading file")
|
||||
.withMessage ("Unable to load audio file"),
|
||||
nullptr);
|
||||
.withMessage ("Unable to load audio file")
|
||||
.withButton ("OK");
|
||||
messageBox = NativeMessageBox::showScopedAsync (options, nullptr);
|
||||
}
|
||||
else
|
||||
{
|
||||
thumbnailComp.setCurrentURL (u);
|
||||
}
|
||||
}
|
||||
|
||||
fileChooser = nullptr;
|
||||
}, nullptr);
|
||||
|
|
@ -629,6 +633,7 @@ private:
|
|||
|
||||
AudioFileReaderComponent& audioFileReader;
|
||||
std::unique_ptr<FileChooser> fileChooser;
|
||||
ScopedMessageBox messageBox;
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
|
|
@ -2339,6 +2339,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2348,6 +2351,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2357,6 +2363,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2459,9 +2468,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3660,6 +3678,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2986,6 +2986,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2995,6 +2998,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3004,6 +3010,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3016,6 +3025,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3028,6 +3040,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3130,9 +3145,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -6336,6 +6360,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -2339,6 +2339,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2348,6 +2351,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2357,6 +2363,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2459,9 +2468,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3660,6 +3678,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2986,6 +2986,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2995,6 +2998,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3004,6 +3010,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3016,6 +3025,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3028,6 +3040,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3130,9 +3145,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -6336,6 +6360,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -2339,6 +2339,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2348,6 +2351,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2357,6 +2363,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2459,9 +2468,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3660,6 +3678,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2986,6 +2986,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2995,6 +2998,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3004,6 +3010,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3016,6 +3025,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3028,6 +3040,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3130,9 +3145,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -6336,6 +6360,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Automatically generated CMakeLists, created by the Projucer
|
||||
# Don't edit this file! Your changes will be overwritten when you re-save the Projucer project!
|
||||
|
||||
cmake_minimum_required(VERSION 3.4.1)
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
project(juce_jni_project)
|
||||
|
||||
|
|
@ -1535,17 +1535,21 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_CGMetalLayerRenderer.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
|
|
@ -1553,6 +1557,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_ScopedThreadDPIAwarenessSetter.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/positioning/juce_MarkerList.cpp"
|
||||
|
|
@ -1622,10 +1627,14 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/windows/juce_DialogWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.cpp"
|
||||
|
|
@ -3216,17 +3225,21 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_CGMetalLayerRenderer.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
|
|
@ -3234,6 +3247,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_ScopedThreadDPIAwarenessSetter.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/positioning/juce_MarkerList.cpp"
|
||||
|
|
@ -3303,10 +3317,14 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/windows/juce_DialogWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.cpp"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,12 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
ndkVersion "25.2.9519653"
|
||||
namespace "com.juce.audioperformancetest"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path "CMakeLists.txt"
|
||||
version "3.22.1"
|
||||
}
|
||||
}
|
||||
signingConfigs {
|
||||
|
|
|
|||
|
|
@ -2050,6 +2050,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2059,6 +2062,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2068,6 +2074,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2170,9 +2179,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3159,6 +3177,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2560,6 +2560,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2569,6 +2572,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2578,6 +2584,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2590,6 +2599,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2602,6 +2614,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2704,9 +2719,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5451,6 +5475,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Automatically generated CMakeLists, created by the Projucer
|
||||
# Don't edit this file! Your changes will be overwritten when you re-save the Projucer project!
|
||||
|
||||
cmake_minimum_required(VERSION 3.4.1)
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
project(juce_jni_project)
|
||||
|
||||
|
|
@ -1667,17 +1667,21 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_CGMetalLayerRenderer.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
|
|
@ -1685,6 +1689,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_ScopedThreadDPIAwarenessSetter.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/positioning/juce_MarkerList.cpp"
|
||||
|
|
@ -1754,10 +1759,14 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/windows/juce_DialogWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.cpp"
|
||||
|
|
@ -3503,17 +3512,21 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_CGMetalLayerRenderer.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
|
|
@ -3521,6 +3534,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_ScopedThreadDPIAwarenessSetter.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/positioning/juce_MarkerList.cpp"
|
||||
|
|
@ -3590,10 +3604,14 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/windows/juce_DialogWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.cpp"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,12 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
ndkVersion "25.2.9519653"
|
||||
namespace "com.juce.pluginhost"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path "CMakeLists.txt"
|
||||
version "3.22.1"
|
||||
}
|
||||
}
|
||||
signingConfigs {
|
||||
|
|
|
|||
|
|
@ -596,14 +596,18 @@ private:
|
|||
const auto u = fc.getURLResult();
|
||||
|
||||
if (! audioFileReader.loadURL (u))
|
||||
NativeMessageBox::showAsync (MessageBoxOptions()
|
||||
.withIconType (MessageBoxIconType::WarningIcon)
|
||||
{
|
||||
auto options = MessageBoxOptions().withIconType (MessageBoxIconType::WarningIcon)
|
||||
.withTitle ("Error loading file")
|
||||
.withMessage ("Unable to load audio file"),
|
||||
nullptr);
|
||||
.withMessage ("Unable to load audio file")
|
||||
.withButton ("OK");
|
||||
messageBox = NativeMessageBox::showScopedAsync (options, nullptr);
|
||||
}
|
||||
else
|
||||
{
|
||||
thumbnailComp.setCurrentURL (u);
|
||||
}
|
||||
}
|
||||
|
||||
fileChooser = nullptr;
|
||||
}, nullptr);
|
||||
|
|
@ -629,6 +633,7 @@ private:
|
|||
|
||||
AudioFileReaderComponent& audioFileReader;
|
||||
std::unique_ptr<FileChooser> fileChooser;
|
||||
ScopedMessageBox messageBox;
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
|
|
@ -2187,6 +2187,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2196,6 +2199,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2205,6 +2211,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2307,9 +2316,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3396,6 +3414,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2770,6 +2770,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2779,6 +2782,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2788,6 +2794,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2800,6 +2809,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2812,6 +2824,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2914,9 +2929,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5892,6 +5916,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -2187,6 +2187,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2196,6 +2199,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2205,6 +2211,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2307,9 +2316,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3396,6 +3414,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2770,6 +2770,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2779,6 +2782,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2788,6 +2794,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2800,6 +2809,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2812,6 +2824,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2914,9 +2929,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5892,6 +5916,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -2187,6 +2187,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2196,6 +2199,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2205,6 +2211,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2307,9 +2316,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3396,6 +3414,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2770,6 +2770,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2779,6 +2782,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2788,6 +2794,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2800,6 +2809,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2812,6 +2824,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2914,9 +2929,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5892,6 +5916,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Automatically generated CMakeLists, created by the Projucer
|
||||
# Don't edit this file! Your changes will be overwritten when you re-save the Projucer project!
|
||||
|
||||
cmake_minimum_required(VERSION 3.4.1)
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
project(juce_jni_project)
|
||||
|
||||
|
|
@ -1554,17 +1554,21 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_CGMetalLayerRenderer.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
|
|
@ -1572,6 +1576,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_ScopedThreadDPIAwarenessSetter.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/positioning/juce_MarkerList.cpp"
|
||||
|
|
@ -1641,10 +1646,14 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_gui_basics/windows/juce_DialogWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.cpp"
|
||||
|
|
@ -3315,17 +3324,21 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_android_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_ContentSharer.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_ios_Windowing.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_linux_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_CGMetalLayerRenderer.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_FileChooser.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MainMenu.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_MouseCursor.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NativeMessageBox.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_PerScreenDisplayLinks.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_mac_Windowing.mm"
|
||||
|
|
@ -3333,6 +3346,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/native/juce_ScopedDPIAwarenessDisabler.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_DragAndDrop.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_FileChooser.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_ScopedThreadDPIAwarenessSetter.h"
|
||||
"../../../../../modules/juce_gui_basics/native/juce_win32_Windowing.cpp"
|
||||
"../../../../../modules/juce_gui_basics/positioning/juce_MarkerList.cpp"
|
||||
|
|
@ -3402,10 +3416,14 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_gui_basics/windows/juce_DialogWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_DocumentWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_MessageBoxOptions.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_NativeMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ResizableWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ScopedMessageBox.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.cpp"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_ThreadWithProgressWindow.h"
|
||||
"../../../../../modules/juce_gui_basics/windows/juce_TooltipWindow.cpp"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,12 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
ndkVersion "25.2.9519653"
|
||||
namespace "com.juce.networkgraphicsdemo"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path "CMakeLists.txt"
|
||||
version "3.22.1"
|
||||
}
|
||||
}
|
||||
signingConfigs {
|
||||
|
|
|
|||
|
|
@ -2071,6 +2071,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2080,6 +2083,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2089,6 +2095,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2191,9 +2200,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3257,6 +3275,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2614,6 +2614,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2623,6 +2626,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2632,6 +2638,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2644,6 +2653,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2656,6 +2668,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2758,9 +2773,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5613,6 +5637,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -1304,6 +1304,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1313,6 +1316,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1322,6 +1328,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1424,9 +1433,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2144,6 +2162,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -1633,6 +1633,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1642,6 +1645,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1651,6 +1657,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1663,6 +1672,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1675,6 +1687,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1777,9 +1792,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3723,6 +3747,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -1304,6 +1304,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1313,6 +1316,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1322,6 +1328,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1424,9 +1433,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2144,6 +2162,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -1633,6 +1633,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1642,6 +1645,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1651,6 +1657,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1663,6 +1672,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1675,6 +1687,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1777,9 +1792,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3723,6 +3747,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -1304,6 +1304,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1313,6 +1316,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1322,6 +1328,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1424,9 +1433,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2144,6 +2162,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -1633,6 +1633,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1642,6 +1645,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1651,6 +1657,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1663,6 +1672,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1675,6 +1687,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -1777,9 +1792,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -3723,6 +3747,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -8542,11 +8542,11 @@ static const unsigned char temp_binary_data_66[] =
|
|||
"\r\n"
|
||||
"#include <dlfcn.h>\r\n"
|
||||
"\r\n"
|
||||
"int main (int argc, const char** argv)\r\n"
|
||||
"int main (int argc, const char* const* argv)\r\n"
|
||||
"{\r\n"
|
||||
" if (argc >= 3)\r\n"
|
||||
" if (auto* handle = dlopen (argv[1], RTLD_LAZY))\r\n"
|
||||
" if (auto* function = reinterpret_cast<int (*) (int, const char**)> (dlsym (handle, argv[2])))\r\n"
|
||||
" if (auto* function = reinterpret_cast<int (*) (int, const char* const*)> (dlsym (handle, argv[2])))\r\n"
|
||||
" return function (argc - 3, argv + 3);\r\n"
|
||||
"\r\n"
|
||||
" return 1;\r\n"
|
||||
|
|
@ -8581,19 +8581,105 @@ static const unsigned char temp_binary_data_67[] =
|
|||
" ==============================================================================\r\n"
|
||||
"*/\r\n"
|
||||
"\r\n"
|
||||
"#include <sys/stat.h>\r\n"
|
||||
"#include <unistd.h>\r\n"
|
||||
"\r\n"
|
||||
"#include <algorithm>\r\n"
|
||||
"#include <cstdint>\r\n"
|
||||
"#include <filesystem>\r\n"
|
||||
"#include <fstream>\r\n"
|
||||
"#include <iomanip>\r\n"
|
||||
"#include <iostream>\r\n"
|
||||
"#include <optional>\r\n"
|
||||
"#include <vector>\r\n"
|
||||
"\r\n"
|
||||
"namespace fs = std::filesystem;\r\n"
|
||||
"//==============================================================================\r\n"
|
||||
"struct FileHelpers\r\n"
|
||||
"{\r\n"
|
||||
" static std::string getCurrentWorkingDirectory()\r\n"
|
||||
" {\r\n"
|
||||
" std::vector<char> buffer (1024);\r\n"
|
||||
"\r\n"
|
||||
" while (getcwd (buffer.data(), buffer.size() - 1) == nullptr && errno == ERANGE)\r\n"
|
||||
" buffer.resize (buffer.size() * 2 / 3);\r\n"
|
||||
"\r\n"
|
||||
" return { buffer.data() };\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" static bool endsWith (const std::string& s, char c)\r\n"
|
||||
" {\r\n"
|
||||
" if (s.length() == 0)\r\n"
|
||||
" return false;\r\n"
|
||||
"\r\n"
|
||||
" return *s.rbegin() == c;\r\n"
|
||||
" };\r\n"
|
||||
"\r\n"
|
||||
" static std::string appendedPaths (const std::string& first, const std::string& second)\r\n"
|
||||
" {\r\n"
|
||||
" return endsWith (first, '/') ? first + second : first + \"/\" + second;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" static bool exists (const std::string& path)\r\n"
|
||||
" {\r\n"
|
||||
" return ! path.empty() && access (path.c_str(), F_OK) == 0;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" static bool deleteFile (const std::string& path)\r\n"
|
||||
" {\r\n"
|
||||
" if (! exists (path))\r\n"
|
||||
" return true;\r\n"
|
||||
"\r\n"
|
||||
" return remove (path.c_str()) == 0;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" static std::string getFilename (const std::string& path)\r\n"
|
||||
" {\r\n"
|
||||
" return { std::find_if (path.rbegin(), path.rend(), [] (auto c) { return c == '/'; }).base(),\r\n"
|
||||
" path.end() };\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" static bool isDirectory (const std::string& path)\r\n"
|
||||
" {\r\n"
|
||||
" struct stat64 info;\r\n"
|
||||
"\r\n"
|
||||
" return ! path.empty()\r\n"
|
||||
" && stat64 (path.c_str(), &info) == 0\r\n"
|
||||
" && ((info.st_mode & S_IFDIR) != 0);\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" static std::string getParentDirectory (const std::string& path)\r\n"
|
||||
" {\r\n"
|
||||
" std::string p { path.begin(),\r\n"
|
||||
" std::find_if (path.rbegin(),\r\n"
|
||||
" path.rend(),\r\n"
|
||||
" [] (auto c) { return c == '/'; }).base() };\r\n"
|
||||
"\r\n"
|
||||
" // Trim the ending slash, but only if not root\r\n"
|
||||
" if (endsWith (p, '/') && p.length() > 1)\r\n"
|
||||
" return { p.begin(), p.end() - 1 };\r\n"
|
||||
"\r\n"
|
||||
" return p;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" static bool createDirectory (const std::string& path)\r\n"
|
||||
" {\r\n"
|
||||
" if (isDirectory (path))\r\n"
|
||||
" return true;\r\n"
|
||||
"\r\n"
|
||||
" const auto parentDir = getParentDirectory (path);\r\n"
|
||||
"\r\n"
|
||||
" if (path == parentDir)\r\n"
|
||||
" return false;\r\n"
|
||||
"\r\n"
|
||||
" if (createDirectory (parentDir))\r\n"
|
||||
" return mkdir (path.c_str(), 0777) != -1;\r\n"
|
||||
"\r\n"
|
||||
" return false;\r\n"
|
||||
" }\r\n"
|
||||
"};\r\n"
|
||||
"\r\n"
|
||||
"//==============================================================================\r\n"
|
||||
"namespace StringHelpers\r\n"
|
||||
"struct StringHelpers\r\n"
|
||||
"{\r\n"
|
||||
"\r\n"
|
||||
" static bool isQuoteCharacter (char c)\r\n"
|
||||
" {\r\n"
|
||||
" return c == '\"' || c == '\\'';\r\n"
|
||||
|
|
@ -8631,14 +8717,14 @@ static const unsigned char temp_binary_data_67[] =
|
|||
" std::replace (result.begin(), result.end(), charToReplace, replaceWith);\r\n"
|
||||
" return result;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
"}\r\n"
|
||||
"};\r\n"
|
||||
"\r\n"
|
||||
"//==============================================================================\r\n"
|
||||
"static bool addFile (const fs::path& filePath,\r\n"
|
||||
"static bool addFile (const std::string& filePath,\r\n"
|
||||
" const std::string& binaryNamespace,\r\n"
|
||||
" std::ofstream& headerStream,\r\n"
|
||||
" std::ofstream& cppStream)\r\n"
|
||||
" std::ofstream& cppStream,\r\n"
|
||||
" bool verbose)\r\n"
|
||||
"{\r\n"
|
||||
" std::ifstream fileStream (filePath, std::ios::in | std::ios::binary | std::ios::ate);\r\n"
|
||||
"\r\n"
|
||||
|
|
@ -8652,17 +8738,20 @@ static const unsigned char temp_binary_data_67[] =
|
|||
" fileStream.seekg (0);\r\n"
|
||||
" fileStream.read (buffer.data(), static_cast<std::streamsize> (buffer.size()));\r\n"
|
||||
"\r\n"
|
||||
" const auto variableName = StringHelpers::replaced (StringHelpers::replaced (filePath.filename().string(),\r\n"
|
||||
" const auto variableName = StringHelpers::replaced (StringHelpers::replaced (FileHelpers::getFilename (filePath),\r\n"
|
||||
" ' ',\r\n"
|
||||
" '_'),\r\n"
|
||||
" '.',\r\n"
|
||||
" '_');\r\n"
|
||||
"\r\n"
|
||||
" if (verbose)\r\n"
|
||||
" {\r\n"
|
||||
" std::cout << \"Adding \" << variableName << \": \"\r\n"
|
||||
" << buffer.size() << \" bytes\" << std::endl;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" headerStream << \" extern const char* \" << variableName << \";\\r\\n\"\r\n"
|
||||
" \" const int \" << variableName << \"Size = \"\r\n"
|
||||
" headerStream << \" extern const char* \" << variableName << \";\" << std::endl\r\n"
|
||||
" << \" const int \" << variableName << \"Size = \"\r\n"
|
||||
" << buffer.size() << \";\" << std::endl;\r\n"
|
||||
"\r\n"
|
||||
" cppStream << \"static const unsigned char temp0[] = {\";\r\n"
|
||||
|
|
@ -8671,10 +8760,10 @@ static const unsigned char temp_binary_data_67[] =
|
|||
"\r\n"
|
||||
" for (size_t i = 0; i < buffer.size() - 1; ++i)\r\n"
|
||||
" {\r\n"
|
||||
" if ((i % 40) != 39)\r\n"
|
||||
" cppStream << (int) data[i] << \",\";\r\n"
|
||||
" else\r\n"
|
||||
" cppStream << (int) data[i] << \",\" << std::endl << \" \";\r\n"
|
||||
"\r\n"
|
||||
" if ((i % 40) == 39)\r\n"
|
||||
" cppStream << std::endl << \" \";\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" cppStream << (int) data[buffer.size() - 1] << \",0,0};\" << std::endl;\r\n"
|
||||
|
|
@ -8685,23 +8774,84 @@ static const unsigned char temp_binary_data_67[] =
|
|||
"}\r\n"
|
||||
"\r\n"
|
||||
"//==============================================================================\r\n"
|
||||
"class Arguments\r\n"
|
||||
"{\r\n"
|
||||
"public:\r\n"
|
||||
" enum class PositionalArguments\r\n"
|
||||
" {\r\n"
|
||||
" sourceFile = 0,\r\n"
|
||||
" targetDirectory,\r\n"
|
||||
" targetFilename,\r\n"
|
||||
" binaryNamespace\r\n"
|
||||
" };\r\n"
|
||||
"\r\n"
|
||||
" static std::optional<Arguments> create (int argc, char* argv[])\r\n"
|
||||
" {\r\n"
|
||||
" std::vector<std::string> arguments;\r\n"
|
||||
" bool verbose = false;\r\n"
|
||||
"\r\n"
|
||||
" for (int i = 1; i < argc; ++i)\r\n"
|
||||
" {\r\n"
|
||||
" std::string arg { argv[i] };\r\n"
|
||||
"\r\n"
|
||||
" if (arg == \"-v\" || arg == \"--verbose\")\r\n"
|
||||
" verbose = true;\r\n"
|
||||
" else\r\n"
|
||||
" arguments.emplace_back (std::move (arg));\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" if (arguments.size() != static_cast<size_t> (PositionalArguments::binaryNamespace) + 1)\r\n"
|
||||
" return std::nullopt;\r\n"
|
||||
"\r\n"
|
||||
" return Arguments { std::move (arguments), verbose };\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" std::string get (PositionalArguments argument) const\r\n"
|
||||
" {\r\n"
|
||||
" return arguments[static_cast<size_t> (argument)];\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" bool isVerbose() const\r\n"
|
||||
" {\r\n"
|
||||
" return verbose;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
"private:\r\n"
|
||||
" Arguments (std::vector<std::string> args, bool verboseIn)\r\n"
|
||||
" : arguments (std::move (args)), verbose (verboseIn)\r\n"
|
||||
" {\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" std::vector<std::string> arguments;\r\n"
|
||||
" bool verbose = false;\r\n"
|
||||
"};\r\n"
|
||||
"\r\n"
|
||||
"//==============================================================================\r\n"
|
||||
"int main (int argc, char* argv[])\r\n"
|
||||
"{\r\n"
|
||||
" if (argc != 5)\r\n"
|
||||
" const auto arguments = Arguments::create (argc, argv);\r\n"
|
||||
"\r\n"
|
||||
" if (! arguments.has_value())\r\n"
|
||||
" {\r\n"
|
||||
" std::cout << \" Usage: SimpleBinaryBuilder sourcefile targetdirectory targetfilename namespace\\n\\n\"\r\n"
|
||||
" \" SimpleBinaryBuilder will encode the provided source file into\\n\"\r\n"
|
||||
" \" two files called (targetfilename).cpp and (targetfilename).h,\\n\"\r\n"
|
||||
" \" which it will write into the specified target directory.\\n\"\r\n"
|
||||
" \" The target directory will be automatically created if necessary. The binary\"\r\n"
|
||||
" \" resource will be available in the given namespace.\\n\\n\";\r\n"
|
||||
" std::cout << \" Usage: SimpleBinaryBuilder [-v | --verbose] sourcefile targetdirectory targetfilename namespace\"\r\n"
|
||||
" << std::endl << std::endl\r\n"
|
||||
" << \" SimpleBinaryBuilder will encode the provided source file into\" << std::endl\r\n"
|
||||
" << \" two files called (targetfilename).cpp and (targetfilename).h,\" << std::endl\r\n"
|
||||
" << \" which it will write into the specified target directory.\" << std::endl\r\n"
|
||||
" << \" The target directory will be automatically created if necessary. The binary\" << std::endl\r\n"
|
||||
" << \" resource will be available in the given namespace.\" << std::endl << std::endl;\r\n"
|
||||
"\r\n"
|
||||
" return 0;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" const auto sourceFile = fs::current_path() / StringHelpers::unquoted (std::string (argv[1]));\r\n"
|
||||
" const auto currentWorkingDirectory = FileHelpers::getCurrentWorkingDirectory();\r\n"
|
||||
"\r\n"
|
||||
" if (! fs::exists (sourceFile))\r\n"
|
||||
" using ArgType = Arguments::PositionalArguments;\r\n"
|
||||
"\r\n"
|
||||
" const auto sourceFile = FileHelpers::appendedPaths (currentWorkingDirectory,\r\n"
|
||||
" StringHelpers::unquoted (arguments->get (ArgType::sourceFile)));\r\n"
|
||||
"\r\n"
|
||||
" if (! FileHelpers::exists (sourceFile))\r\n"
|
||||
" {\r\n"
|
||||
" std::cerr << \"Source file doesn't exist: \"\r\n"
|
||||
" << sourceFile\r\n"
|
||||
|
|
@ -8710,37 +8860,43 @@ static const unsigned char temp_binary_data_67[] =
|
|||
" return 1;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" const auto targetDirectory = fs::current_path() / StringHelpers::unquoted (std::string (argv[2]));\r\n"
|
||||
" const auto targetDirectory = FileHelpers::appendedPaths (currentWorkingDirectory,\r\n"
|
||||
" StringHelpers::unquoted (arguments->get (ArgType::targetDirectory)));\r\n"
|
||||
"\r\n"
|
||||
" if (! fs::exists (targetDirectory))\r\n"
|
||||
" if (! FileHelpers::exists (targetDirectory))\r\n"
|
||||
" {\r\n"
|
||||
" try\r\n"
|
||||
" if (! FileHelpers::createDirectory (targetDirectory))\r\n"
|
||||
" {\r\n"
|
||||
" fs::create_directories (targetDirectory);\r\n"
|
||||
" }\r\n"
|
||||
" catch (const fs::filesystem_error&)\r\n"
|
||||
" {\r\n"
|
||||
" std::cerr << \"Failed to create target directory: \"\r\n"
|
||||
" << targetDirectory\r\n"
|
||||
" << std::endl << std::endl;\r\n"
|
||||
"\r\n"
|
||||
" std::cerr << \"Failed to create target directory: \" << targetDirectory << std::endl;\r\n"
|
||||
" return 1;\r\n"
|
||||
" }\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" const auto className = StringHelpers::trimmed (argv[3]);\r\n"
|
||||
" const auto binaryNamespace = StringHelpers::trimmed (argv[4]);\r\n"
|
||||
" const auto className = StringHelpers::trimmed (arguments->get (ArgType::targetFilename));\r\n"
|
||||
" const auto binaryNamespace = StringHelpers::trimmed (arguments->get (ArgType::binaryNamespace));\r\n"
|
||||
"\r\n"
|
||||
" const auto headerFilePath = targetDirectory / (className + \".h\");\r\n"
|
||||
" const auto cppFilePath = targetDirectory / (className + \".cpp\");\r\n"
|
||||
" const auto headerFilePath = FileHelpers::appendedPaths (targetDirectory, className + \".h\");\r\n"
|
||||
" const auto cppFilePath = FileHelpers::appendedPaths (targetDirectory, className + \".cpp\");\r\n"
|
||||
"\r\n"
|
||||
" if (arguments->isVerbose())\r\n"
|
||||
" {\r\n"
|
||||
" std::cout << \"Creating \" << headerFilePath\r\n"
|
||||
" << \" and \" << cppFilePath\r\n"
|
||||
" << \" from file \" << sourceFile\r\n"
|
||||
" << \"...\" << std::endl << std::endl;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" fs::remove (headerFilePath);\r\n"
|
||||
" fs::remove (cppFilePath);\r\n"
|
||||
" if (! FileHelpers::deleteFile (headerFilePath))\r\n"
|
||||
" {\r\n"
|
||||
" std::cerr << \"Failed to remove old header file: \" << headerFilePath << std::endl;\r\n"
|
||||
" return 1;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" if (! FileHelpers::deleteFile (cppFilePath))\r\n"
|
||||
" {\r\n"
|
||||
" std::cerr << \"Failed to remove old source file: \" << cppFilePath << std::endl;\r\n"
|
||||
" return 1;\r\n"
|
||||
" }\r\n"
|
||||
"\r\n"
|
||||
" std::ofstream header (headerFilePath);\r\n"
|
||||
"\r\n"
|
||||
|
|
@ -8768,7 +8924,7 @@ static const unsigned char temp_binary_data_67[] =
|
|||
" cpp << \"/* (Auto-generated binary data file). */\" << std::endl << std::endl\r\n"
|
||||
" << \"#include \" << std::quoted (className + \".h\") << std::endl << std::endl;\r\n"
|
||||
"\r\n"
|
||||
" if (! addFile (sourceFile, binaryNamespace, header, cpp))\r\n"
|
||||
" if (! addFile (sourceFile, binaryNamespace, header, cpp, arguments->isVerbose()))\r\n"
|
||||
" return 1;\r\n"
|
||||
"\r\n"
|
||||
" header << \"}\" << std::endl << std::endl;\r\n"
|
||||
|
|
@ -8856,8 +9012,8 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes)
|
|||
case 0x763d39dc: numBytes = 1050; return colourscheme_dark_xml;
|
||||
case 0xe8b08520: numBytes = 1050; return colourscheme_light_xml;
|
||||
case 0x7c03d519: numBytes = 3005; return juce_runtime_arch_detection_cpp;
|
||||
case 0x295b6f43: numBytes = 1200; return juce_LinuxSubprocessHelper_cpp;
|
||||
case 0xef269d3a: numBytes = 7162; return juce_SimpleBinaryBuilder_cpp;
|
||||
case 0x295b6f43: numBytes = 1212; return juce_LinuxSubprocessHelper_cpp;
|
||||
case 0xef269d3a: numBytes = 12183; return juce_SimpleBinaryBuilder_cpp;
|
||||
default: break;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -207,10 +207,10 @@ namespace BinaryData
|
|||
const int juce_runtime_arch_detection_cppSize = 3005;
|
||||
|
||||
extern const char* juce_LinuxSubprocessHelper_cpp;
|
||||
const int juce_LinuxSubprocessHelper_cppSize = 1200;
|
||||
const int juce_LinuxSubprocessHelper_cppSize = 1212;
|
||||
|
||||
extern const char* juce_SimpleBinaryBuilder_cpp;
|
||||
const int juce_SimpleBinaryBuilder_cppSize = 7162;
|
||||
const int juce_SimpleBinaryBuilder_cppSize = 12183;
|
||||
|
||||
// Number of elements in the namedResourceList and originalFileNames arrays.
|
||||
const int namedResourceListSize = 68;
|
||||
|
|
|
|||
|
|
@ -2195,6 +2195,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2204,6 +2207,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2213,6 +2219,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2315,9 +2324,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3462,6 +3480,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2794,6 +2794,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2803,6 +2806,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2812,6 +2818,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2824,6 +2833,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2836,6 +2848,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2938,9 +2953,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5982,6 +6006,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -2195,6 +2195,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2204,6 +2207,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2213,6 +2219,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2315,9 +2324,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3462,6 +3480,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2794,6 +2794,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2803,6 +2806,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2812,6 +2818,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2824,6 +2833,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2836,6 +2848,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2938,9 +2953,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5982,6 +6006,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -2195,6 +2195,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2204,6 +2207,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2213,6 +2219,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2315,9 +2324,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3462,6 +3480,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2794,6 +2794,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2803,6 +2806,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2812,6 +2818,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2824,6 +2833,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2836,6 +2848,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2938,9 +2953,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5982,6 +6006,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -2070,6 +2070,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2079,6 +2082,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2088,6 +2094,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2190,9 +2199,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3233,6 +3251,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TooltipWindow.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_TopLevelWindow.h"/>
|
||||
|
|
|
|||
|
|
@ -2611,6 +2611,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_android_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2620,6 +2623,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2629,6 +2635,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2641,6 +2650,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NativeMessageBox.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2653,6 +2665,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\native\juce_win32_Windowing.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2755,9 +2770,18 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_DocumentWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_MessageBoxOptions.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.cpp">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5580,6 +5604,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h">
|
||||
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue