Browse Source

Rename folders and projects in extras/ to be consistent

tags/2021-05-28
ed 7 years ago
parent
commit
18c0c48ce6
49 changed files with 4 additions and 4 deletions
  1. +0
    -0
      extras/BinaryBuilder/BinaryBuilder.jucer
  2. +0
    -0
      extras/BinaryBuilder/Builds/LinuxMakefile/Makefile
  3. +0
    -0
      extras/BinaryBuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj
  4. +0
    -0
      extras/BinaryBuilder/Builds/MacOSX/RecentFilesMenuTemplate.nib
  5. +0
    -0
      extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder.sln
  6. +0
    -0
      extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj
  7. +0
    -0
      extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj.filters
  8. +0
    -0
      extras/BinaryBuilder/Builds/VisualStudio2017/resources.rc
  9. +0
    -0
      extras/BinaryBuilder/JuceLibraryCode/AppConfig.h
  10. +0
    -0
      extras/BinaryBuilder/JuceLibraryCode/JuceHeader.h
  11. +0
    -0
      extras/BinaryBuilder/JuceLibraryCode/ReadMe.txt
  12. +0
    -0
      extras/BinaryBuilder/JuceLibraryCode/include_juce_core.cpp
  13. +0
    -0
      extras/BinaryBuilder/JuceLibraryCode/include_juce_core.mm
  14. +0
    -0
      extras/BinaryBuilder/Source/Main.cpp
  15. +1
    -1
      extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL.sln
  16. +0
    -0
      extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj
  17. +0
    -0
      extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj.filters
  18. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/AppConfig.h
  19. +1
    -1
      extras/WindowsDLL/JuceLibraryCode/JuceHeader.h
  20. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/ReadMe.txt
  21. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.cpp
  22. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.mm
  23. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.cpp
  24. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.mm
  25. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.cpp
  26. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.mm
  27. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.cpp
  28. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.mm
  29. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.cpp
  30. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.mm
  31. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_core.cpp
  32. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_core.mm
  33. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.cpp
  34. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.mm
  35. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.cpp
  36. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.mm
  37. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_events.cpp
  38. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_events.mm
  39. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.cpp
  40. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.mm
  41. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.cpp
  42. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.mm
  43. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.cpp
  44. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.mm
  45. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.cpp
  46. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.mm
  47. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_video.cpp
  48. +0
    -0
      extras/WindowsDLL/JuceLibraryCode/include_juce_video.mm
  49. +2
    -2
      extras/WindowsDLL/WindowsDLL.jucer

extras/binarybuilder/BinaryBuilder.jucer → extras/BinaryBuilder/BinaryBuilder.jucer View File


extras/binarybuilder/Builds/LinuxMakefile/Makefile → extras/BinaryBuilder/Builds/LinuxMakefile/Makefile View File


extras/binarybuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj → extras/BinaryBuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj View File


extras/binarybuilder/Builds/MacOSX/RecentFilesMenuTemplate.nib → extras/BinaryBuilder/Builds/MacOSX/RecentFilesMenuTemplate.nib View File


extras/binarybuilder/Builds/VisualStudio2017/BinaryBuilder.sln → extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder.sln View File


extras/binarybuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj → extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj View File


extras/binarybuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj.filters → extras/BinaryBuilder/Builds/VisualStudio2017/BinaryBuilder_ConsoleApp.vcxproj.filters View File


extras/binarybuilder/Builds/VisualStudio2017/resources.rc → extras/BinaryBuilder/Builds/VisualStudio2017/resources.rc View File


extras/binarybuilder/JuceLibraryCode/AppConfig.h → extras/BinaryBuilder/JuceLibraryCode/AppConfig.h View File


extras/binarybuilder/JuceLibraryCode/JuceHeader.h → extras/BinaryBuilder/JuceLibraryCode/JuceHeader.h View File


extras/binarybuilder/JuceLibraryCode/ReadMe.txt → extras/BinaryBuilder/JuceLibraryCode/ReadMe.txt View File


extras/binarybuilder/JuceLibraryCode/include_juce_core.cpp → extras/BinaryBuilder/JuceLibraryCode/include_juce_core.cpp View File


extras/binarybuilder/JuceLibraryCode/include_juce_core.mm → extras/BinaryBuilder/JuceLibraryCode/include_juce_core.mm View File


extras/binarybuilder/Source/Main.cpp → extras/BinaryBuilder/Source/Main.cpp View File


extras/windows dll/Builds/VisualStudio2017/juce_dll.sln → extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL.sln View File

@@ -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

extras/windows dll/Builds/VisualStudio2017/juce_dll_StaticLibrary.vcxproj → extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj View File


extras/windows dll/Builds/VisualStudio2017/juce_dll_StaticLibrary.vcxproj.filters → extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj.filters View File


extras/windows dll/JuceLibraryCode/AppConfig.h → extras/WindowsDLL/JuceLibraryCode/AppConfig.h View File


extras/windows dll/JuceLibraryCode/JuceHeader.h → extras/WindowsDLL/JuceLibraryCode/JuceHeader.h View File

@@ -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;
}

extras/windows dll/JuceLibraryCode/ReadMe.txt → extras/WindowsDLL/JuceLibraryCode/ReadMe.txt View File


extras/windows dll/JuceLibraryCode/include_juce_audio_basics.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_audio_basics.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_basics.mm View File


extras/windows dll/JuceLibraryCode/include_juce_audio_devices.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_audio_devices.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_devices.mm View File


extras/windows dll/JuceLibraryCode/include_juce_audio_formats.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_audio_formats.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_formats.mm View File


extras/windows dll/JuceLibraryCode/include_juce_audio_processors.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_audio_processors.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_processors.mm View File


extras/windows dll/JuceLibraryCode/include_juce_audio_utils.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_audio_utils.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_audio_utils.mm View File


extras/windows dll/JuceLibraryCode/include_juce_core.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_core.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_core.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_core.mm View File


extras/windows dll/JuceLibraryCode/include_juce_cryptography.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_cryptography.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_cryptography.mm View File


extras/windows dll/JuceLibraryCode/include_juce_data_structures.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_data_structures.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_data_structures.mm View File


extras/windows dll/JuceLibraryCode/include_juce_events.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_events.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_events.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_events.mm View File


extras/windows dll/JuceLibraryCode/include_juce_graphics.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_graphics.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_graphics.mm View File


extras/windows dll/JuceLibraryCode/include_juce_gui_basics.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_gui_basics.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_gui_basics.mm View File


extras/windows dll/JuceLibraryCode/include_juce_gui_extra.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_gui_extra.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_gui_extra.mm View File


extras/windows dll/JuceLibraryCode/include_juce_opengl.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_opengl.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_opengl.mm View File


extras/windows dll/JuceLibraryCode/include_juce_video.cpp → extras/WindowsDLL/JuceLibraryCode/include_juce_video.cpp View File


extras/windows dll/JuceLibraryCode/include_juce_video.mm → extras/WindowsDLL/JuceLibraryCode/include_juce_video.mm View File


extras/windows dll/jucedll.jucer → extras/WindowsDLL/WindowsDLL.jucer View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="IvabE4" name="juce_dll" projectType="library" juceLinkage="none"
<JUCERPROJECT id="IvabE4" name="WindowsDLL" projectType="library" juceLinkage="none"
bundleIdentifier="com.roli.jucedll" jucerVersion="5.2.1" defines="JUCE_DLL_BUILD=1"
displaySplashScreen="0" reportAppUsage="0" companyName="ROLI Ltd."
companyCopyright="ROLI Ltd.">
@@ -28,7 +28,7 @@
</MODULEPATHS>
</VS2017>
</EXPORTFORMATS>
<MAINGROUP id="tNa6Wh" name="juce_dll">
<MAINGROUP id="tNa6Wh" name="WindowsDLL">
<GROUP id="N2ZGxS" name="Source"/>
</MAINGROUP>
<MODULES>

Loading…
Cancel
Save