From 18c0c48ce65c7981fc5c1df8e7dc233cc873e79f Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 15 Mar 2018 10:50:46 +0000 Subject: [PATCH] Rename folders and projects in extras/ to be consistent --- .../BinaryBuilder.jucer | 0 .../Builds/LinuxMakefile/Makefile | 0 .../MacOSX/BinaryBuilder.xcodeproj/project.pbxproj | 0 .../Builds/MacOSX/RecentFilesMenuTemplate.nib | Bin .../Builds/VisualStudio2017/BinaryBuilder.sln | 0 .../BinaryBuilder_ConsoleApp.vcxproj | 0 .../BinaryBuilder_ConsoleApp.vcxproj.filters | 0 .../Builds/VisualStudio2017/resources.rc | 0 .../JuceLibraryCode/AppConfig.h | 0 .../JuceLibraryCode/JuceHeader.h | 0 .../JuceLibraryCode/ReadMe.txt | 0 .../JuceLibraryCode/include_juce_core.cpp | 0 .../JuceLibraryCode/include_juce_core.mm | 0 .../Source/Main.cpp | 0 .../Builds/VisualStudio2017/WindowsDLL.sln} | 2 +- .../WindowsDLL_StaticLibrary.vcxproj} | 0 .../WindowsDLL_StaticLibrary.vcxproj.filters} | 0 .../JuceLibraryCode/AppConfig.h | 0 .../JuceLibraryCode/JuceHeader.h | 2 +- .../JuceLibraryCode/ReadMe.txt | 0 .../JuceLibraryCode/include_juce_audio_basics.cpp | 0 .../JuceLibraryCode/include_juce_audio_basics.mm | 0 .../JuceLibraryCode/include_juce_audio_devices.cpp | 0 .../JuceLibraryCode/include_juce_audio_devices.mm | 0 .../JuceLibraryCode/include_juce_audio_formats.cpp | 0 .../JuceLibraryCode/include_juce_audio_formats.mm | 0 .../include_juce_audio_processors.cpp | 0 .../include_juce_audio_processors.mm | 0 .../JuceLibraryCode/include_juce_audio_utils.cpp | 0 .../JuceLibraryCode/include_juce_audio_utils.mm | 0 .../JuceLibraryCode/include_juce_core.cpp | 0 .../JuceLibraryCode/include_juce_core.mm | 0 .../JuceLibraryCode/include_juce_cryptography.cpp | 0 .../JuceLibraryCode/include_juce_cryptography.mm | 0 .../include_juce_data_structures.cpp | 0 .../JuceLibraryCode/include_juce_data_structures.mm | 0 .../JuceLibraryCode/include_juce_events.cpp | 0 .../JuceLibraryCode/include_juce_events.mm | 0 .../JuceLibraryCode/include_juce_graphics.cpp | 0 .../JuceLibraryCode/include_juce_graphics.mm | 0 .../JuceLibraryCode/include_juce_gui_basics.cpp | 0 .../JuceLibraryCode/include_juce_gui_basics.mm | 0 .../JuceLibraryCode/include_juce_gui_extra.cpp | 0 .../JuceLibraryCode/include_juce_gui_extra.mm | 0 .../JuceLibraryCode/include_juce_opengl.cpp | 0 .../JuceLibraryCode/include_juce_opengl.mm | 0 .../JuceLibraryCode/include_juce_video.cpp | 0 .../JuceLibraryCode/include_juce_video.mm | 0 .../jucedll.jucer => WindowsDLL/WindowsDLL.jucer} | 4 ++-- 49 files changed, 4 insertions(+), 4 deletions(-) rename extras/{binarybuilder => BinaryBuilder}/BinaryBuilder.jucer (100%) rename extras/{binarybuilder => BinaryBuilder}/Builds/LinuxMakefile/Makefile (100%) rename extras/{binarybuilder => BinaryBuilder}/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj (100%) rename extras/{binarybuilder => BinaryBuilder}/Builds/MacOSX/RecentFilesMenuTemplate.nib (100%) rename extras/{binarybuilder => BinaryBuilder}/Builds/VisualStudio2017/BinaryBuilder.sln (100%) rename extras/{binarybuilder => BinaryBuilder}/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj (100%) rename extras/{binarybuilder => BinaryBuilder}/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj.filters (100%) rename extras/{binarybuilder => BinaryBuilder}/Builds/VisualStudio2017/resources.rc (100%) rename extras/{binarybuilder => BinaryBuilder}/JuceLibraryCode/AppConfig.h (100%) rename extras/{binarybuilder => BinaryBuilder}/JuceLibraryCode/JuceHeader.h (100%) rename extras/{binarybuilder => BinaryBuilder}/JuceLibraryCode/ReadMe.txt (100%) rename extras/{binarybuilder => BinaryBuilder}/JuceLibraryCode/include_juce_core.cpp (100%) rename extras/{binarybuilder => BinaryBuilder}/JuceLibraryCode/include_juce_core.mm (100%) rename extras/{binarybuilder => BinaryBuilder}/Source/Main.cpp (100%) rename extras/{windows dll/Builds/VisualStudio2017/juce_dll.sln => WindowsDLL/Builds/VisualStudio2017/WindowsDLL.sln} (79%) rename extras/{windows dll/Builds/VisualStudio2017/juce_dll_StaticLibrary.vcxproj => WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj} (100%) rename extras/{windows dll/Builds/VisualStudio2017/juce_dll_StaticLibrary.vcxproj.filters => WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj.filters} (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/AppConfig.h (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/JuceHeader.h (93%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/ReadMe.txt (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_basics.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_basics.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_devices.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_devices.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_formats.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_formats.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_processors.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_processors.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_utils.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_audio_utils.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_core.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_core.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_cryptography.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_cryptography.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_data_structures.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_data_structures.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_events.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_events.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_graphics.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_graphics.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_gui_basics.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_gui_basics.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_gui_extra.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_gui_extra.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_opengl.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_opengl.mm (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_video.cpp (100%) rename extras/{windows dll => WindowsDLL}/JuceLibraryCode/include_juce_video.mm (100%) rename extras/{windows dll/jucedll.jucer => WindowsDLL/WindowsDLL.jucer} (93%) diff --git a/extras/binarybuilder/BinaryBuilder.jucer b/extras/BinaryBuilder/BinaryBuilder.jucer similarity index 100% rename from extras/binarybuilder/BinaryBuilder.jucer rename to extras/BinaryBuilder/BinaryBuilder.jucer diff --git a/extras/binarybuilder/Builds/LinuxMakefile/Makefile b/extras/BinaryBuilder/Builds/LinuxMakefile/Makefile similarity index 100% rename from extras/binarybuilder/Builds/LinuxMakefile/Makefile rename to extras/BinaryBuilder/Builds/LinuxMakefile/Makefile diff --git a/extras/binarybuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj b/extras/BinaryBuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj similarity index 100% rename from extras/binarybuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj rename to extras/BinaryBuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj diff --git a/extras/binarybuilder/Builds/MacOSX/RecentFilesMenuTemplate.nib b/extras/BinaryBuilder/Builds/MacOSX/RecentFilesMenuTemplate.nib similarity index 100% rename from extras/binarybuilder/Builds/MacOSX/RecentFilesMenuTemplate.nib rename to extras/BinaryBuilder/Builds/MacOSX/RecentFilesMenuTemplate.nib diff --git a/extras/binarybuilder/Builds/VisualStudio2017/BinaryBuilder.sln b/extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder.sln similarity index 100% rename from extras/binarybuilder/Builds/VisualStudio2017/BinaryBuilder.sln rename to extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder.sln diff --git a/extras/binarybuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj b/extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj similarity index 100% rename from extras/binarybuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj rename to extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj diff --git a/extras/binarybuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj.filters b/extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj.filters similarity index 100% rename from extras/binarybuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj.filters rename to extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj.filters diff --git a/extras/binarybuilder/Builds/VisualStudio2017/resources.rc b/extras/BinaryBuilder/Builds/VisualStudio2017/resources.rc similarity index 100% rename from extras/binarybuilder/Builds/VisualStudio2017/resources.rc rename to extras/BinaryBuilder/Builds/VisualStudio2017/resources.rc diff --git a/extras/binarybuilder/JuceLibraryCode/AppConfig.h b/extras/BinaryBuilder/JuceLibraryCode/AppConfig.h similarity index 100% rename from extras/binarybuilder/JuceLibraryCode/AppConfig.h rename to extras/BinaryBuilder/JuceLibraryCode/AppConfig.h diff --git a/extras/binarybuilder/JuceLibraryCode/JuceHeader.h b/extras/BinaryBuilder/JuceLibraryCode/JuceHeader.h similarity index 100% rename from extras/binarybuilder/JuceLibraryCode/JuceHeader.h rename to extras/BinaryBuilder/JuceLibraryCode/JuceHeader.h diff --git a/extras/binarybuilder/JuceLibraryCode/ReadMe.txt b/extras/BinaryBuilder/JuceLibraryCode/ReadMe.txt similarity index 100% rename from extras/binarybuilder/JuceLibraryCode/ReadMe.txt rename to extras/BinaryBuilder/JuceLibraryCode/ReadMe.txt diff --git a/extras/binarybuilder/JuceLibraryCode/include_juce_core.cpp b/extras/BinaryBuilder/JuceLibraryCode/include_juce_core.cpp similarity index 100% rename from extras/binarybuilder/JuceLibraryCode/include_juce_core.cpp rename to extras/BinaryBuilder/JuceLibraryCode/include_juce_core.cpp diff --git a/extras/binarybuilder/JuceLibraryCode/include_juce_core.mm b/extras/BinaryBuilder/JuceLibraryCode/include_juce_core.mm similarity index 100% rename from extras/binarybuilder/JuceLibraryCode/include_juce_core.mm rename to extras/BinaryBuilder/JuceLibraryCode/include_juce_core.mm diff --git a/extras/binarybuilder/Source/Main.cpp b/extras/BinaryBuilder/Source/Main.cpp similarity index 100% rename from extras/binarybuilder/Source/Main.cpp rename to extras/BinaryBuilder/Source/Main.cpp diff --git a/extras/windows dll/Builds/VisualStudio2017/juce_dll.sln b/extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL.sln similarity index 79% rename from extras/windows dll/Builds/VisualStudio2017/juce_dll.sln rename to extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL.sln index ffe6ba88d1..1798ebf36e 100644 --- a/extras/windows dll/Builds/VisualStudio2017/juce_dll.sln +++ b/extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL.sln @@ -1,7 +1,7 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2017 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "juce_dll - Static Library", "juce_dll_StaticLibrary.vcxproj", "{B636B53B-C44B-1E04-8668-D61B3900BAA4}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsDLL - Static Library", "WindowsDLL_StaticLibrary.vcxproj", "{B636B53B-C44B-1E04-8668-D61B3900BAA4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/extras/windows dll/Builds/VisualStudio2017/juce_dll_StaticLibrary.vcxproj b/extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj similarity index 100% rename from extras/windows dll/Builds/VisualStudio2017/juce_dll_StaticLibrary.vcxproj rename to extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj diff --git a/extras/windows dll/Builds/VisualStudio2017/juce_dll_StaticLibrary.vcxproj.filters b/extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj.filters similarity index 100% rename from extras/windows dll/Builds/VisualStudio2017/juce_dll_StaticLibrary.vcxproj.filters rename to extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj.filters diff --git a/extras/windows dll/JuceLibraryCode/AppConfig.h b/extras/WindowsDLL/JuceLibraryCode/AppConfig.h similarity index 100% rename from extras/windows dll/JuceLibraryCode/AppConfig.h rename to extras/WindowsDLL/JuceLibraryCode/AppConfig.h diff --git a/extras/windows dll/JuceLibraryCode/JuceHeader.h b/extras/WindowsDLL/JuceLibraryCode/JuceHeader.h similarity index 93% rename from extras/windows dll/JuceLibraryCode/JuceHeader.h rename to extras/WindowsDLL/JuceLibraryCode/JuceHeader.h index 307fc90a7e..793d2cb2ea 100644 --- a/extras/windows dll/JuceLibraryCode/JuceHeader.h +++ b/extras/WindowsDLL/JuceLibraryCode/JuceHeader.h @@ -39,7 +39,7 @@ #if ! JUCE_DONT_DECLARE_PROJECTINFO namespace ProjectInfo { - const char* const projectName = "juce_dll"; + const char* const projectName = "WindowsDLL"; const char* const versionString = "1.0.0"; const int versionNumber = 0x10000; } diff --git a/extras/windows dll/JuceLibraryCode/ReadMe.txt b/extras/WindowsDLL/JuceLibraryCode/ReadMe.txt similarity index 100% rename from extras/windows dll/JuceLibraryCode/ReadMe.txt rename to extras/WindowsDLL/JuceLibraryCode/ReadMe.txt diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_basics.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_basics.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_basics.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_basics.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_devices.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_devices.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_devices.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_devices.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_formats.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_formats.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_formats.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_formats.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_processors.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_processors.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_processors.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_processors.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_utils.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_utils.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_audio_utils.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_audio_utils.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_core.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_core.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_core.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_core.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_core.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_core.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_core.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_core.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_cryptography.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_cryptography.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_cryptography.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_cryptography.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_data_structures.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_data_structures.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_data_structures.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_data_structures.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_events.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_events.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_events.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_events.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_events.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_events.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_events.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_events.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_graphics.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_graphics.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_graphics.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_graphics.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_gui_basics.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_gui_basics.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_gui_basics.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_gui_basics.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_gui_extra.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_gui_extra.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_gui_extra.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_gui_extra.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_opengl.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_opengl.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_opengl.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_opengl.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.mm diff --git a/extras/windows dll/JuceLibraryCode/include_juce_video.cpp b/extras/WindowsDLL/JuceLibraryCode/include_juce_video.cpp similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_video.cpp rename to extras/WindowsDLL/JuceLibraryCode/include_juce_video.cpp diff --git a/extras/windows dll/JuceLibraryCode/include_juce_video.mm b/extras/WindowsDLL/JuceLibraryCode/include_juce_video.mm similarity index 100% rename from extras/windows dll/JuceLibraryCode/include_juce_video.mm rename to extras/WindowsDLL/JuceLibraryCode/include_juce_video.mm diff --git a/extras/windows dll/jucedll.jucer b/extras/WindowsDLL/WindowsDLL.jucer similarity index 93% rename from extras/windows dll/jucedll.jucer rename to extras/WindowsDLL/WindowsDLL.jucer index 68488fbf32..153d224219 100644 --- a/extras/windows dll/jucedll.jucer +++ b/extras/WindowsDLL/WindowsDLL.jucer @@ -1,6 +1,6 @@ - @@ -28,7 +28,7 @@ - +