Browse Source

Updated the windows dll project.

tags/2021-05-28
jules 13 years ago
parent
commit
5947b8d3ec
49 changed files with 5111 additions and 719 deletions
  1. +5
    -5
      extras/windows dll/Builds/VisualStudio2008/juce_dll.sln
  2. +169
    -246
      extras/windows dll/Builds/VisualStudio2008/juce_dll.vcproj
  3. +1990
    -0
      extras/windows dll/Builds/VisualStudio2008/juce_dll.vcxproj
  4. +2714
    -0
      extras/windows dll/Builds/VisualStudio2008/juce_dll.vcxproj.filters
  5. +133
    -24
      extras/windows dll/JuceLibraryCode/AppConfig.h
  6. +15
    -17
      extras/windows dll/JuceLibraryCode/JuceHeader.h
  7. +12
    -0
      extras/windows dll/JuceLibraryCode/ReadMe.txt
  8. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_audio_basics_wrapper.cpp
  9. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_audio_basics_wrapper.mm
  10. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_audio_devices_wrapper.cpp
  11. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_audio_devices_wrapper.mm
  12. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_audio_formats_wrapper.cpp
  13. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_audio_formats_wrapper.mm
  14. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_audio_processors_wrapper.cpp
  15. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_audio_processors_wrapper.mm
  16. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_core_wrapper.cpp
  17. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_core_wrapper.mm
  18. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_cryptography_wrapper.cpp
  19. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_cryptography_wrapper.mm
  20. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_data_structures_wrapper.cpp
  21. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_data_structures_wrapper.mm
  22. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_events_wrapper.cpp
  23. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_events_wrapper.mm
  24. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_graphics_wrapper.cpp
  25. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_graphics_wrapper.mm
  26. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_gui_audio_wrapper.cpp
  27. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_gui_audio_wrapper.mm
  28. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_gui_basics_wrapper.cpp
  29. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_gui_basics_wrapper.mm
  30. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_gui_extra_wrapper.cpp
  31. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_gui_extra_wrapper.mm
  32. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_opengl_wrapper.cpp
  33. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_opengl_wrapper.mm
  34. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_video_wrapper.cpp
  35. +0
    -15
      extras/windows dll/JuceLibraryCode/juce_video_wrapper.mm
  36. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h
  37. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h
  38. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h
  39. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h
  40. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_core/juce_core.h
  41. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h
  42. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h
  43. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_events/juce_events.h
  44. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_graphics/juce_graphics.h
  45. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h
  46. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h
  47. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_opengl/juce_opengl.h
  48. +5
    -0
      extras/windows dll/JuceLibraryCode/modules/juce_video/juce_video.h
  49. +8
    -7
      extras/windows dll/jucedll.jucer

+ 5
- 5
extras/windows dll/Builds/VisualStudio2008/juce_dll.sln View File

@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{DA0710E1-86D4-70A0-F0BD-B0738E8CA7F8}") = "juce_dll", "juce_dll.vcproj", "{D034FAC1-F664-2AFC-825F-1B890594D38A}"
Project("{B40FC5AD-41E3-CB0C-5754-CA2E7CC2920B}") = "juce_dll", "juce_dll.vcproj", "{6C6FE871-80B5-5611-1C8D-17A6CCA9ADFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -8,10 +8,10 @@ Global
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D034FAC1-F664-2AFC-825F-1B890594D38A}.Debug|Win32.ActiveCfg = Debug|Win32
{D034FAC1-F664-2AFC-825F-1B890594D38A}.Debug|Win32.Build.0 = Debug|Win32
{D034FAC1-F664-2AFC-825F-1B890594D38A}.Release|Win32.ActiveCfg = Release|Win32
{D034FAC1-F664-2AFC-825F-1B890594D38A}.Release|Win32.Build.0 = Release|Win32
{6C6FE871-80B5-5611-1C8D-17A6CCA9ADFA}.Debug|Win32.ActiveCfg = Debug|Win32
{6C6FE871-80B5-5611-1C8D-17A6CCA9ADFA}.Debug|Win32.Build.0 = Debug|Win32
{6C6FE871-80B5-5611-1C8D-17A6CCA9ADFA}.Release|Win32.ActiveCfg = Release|Win32
{6C6FE871-80B5-5611-1C8D-17A6CCA9ADFA}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE


+ 169
- 246
extras/windows dll/Builds/VisualStudio2008/juce_dll.vcproj View File

@@ -3,7 +3,7 @@
<VisualStudioProject ProjectType="Visual C++"
Version="9.00"
Name="juce_dll"
ProjectGUID="{D034FAC1-F664-2AFC-825F-1B890594D38A}"
ProjectGUID="{6C6FE871-80B5-5611-1C8D-17A6CCA9ADFA}"
TargetFrameworkVersion="131072">
<Platforms>
<Platform Name="Win32"/>
@@ -25,7 +25,7 @@
Optimization="0"
BufferSecurityCheck=""
DebugInformationFormat="3"
AdditionalIncludeDirectories=""
AdditionalIncludeDirectories="..\..\JuceLibraryCode"
PreprocessorDefinitions="_LIB;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCE_DLL_BUILD=1;JUCER_VS2008_78A5006=1"
RuntimeLibrary="1"
RuntimeTypeInfo="true"
@@ -66,10 +66,10 @@
<Tool Name="VCXMLDataGeneratorTool"/>
<Tool Name="VCWebServiceProxyGeneratorTool"/>
<Tool Name="VCCLCompilerTool"
Optimization="2"
Optimization="1"
InlineFunctionExpansion="1"
StringPooling="true"
AdditionalIncludeDirectories=""
AdditionalIncludeDirectories="..\..\JuceLibraryCode"
PreprocessorDefinitions="_LIB;WIN32;_WINDOWS;NDEBUG;JUCE_DLL_BUILD=1;JUCER_VS2008_78A5006=1"
RuntimeLibrary="0"
RuntimeTypeInfo="true"
@@ -295,7 +295,7 @@
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_basics\synthesisers\juce_Synthesiser.h"/>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_audio_basics\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_audio_basics\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -306,16 +306,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_basics\juce_audio_basics.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_basics\juce_audio_basics.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_audio_devices">
<Filter Name="audio_io">
@@ -437,6 +427,16 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_devices\native\juce_android_OpenSL.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_devices\native\juce_ios_Audio.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
@@ -571,7 +571,7 @@
</FileConfiguration>
</File>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_audio_devices\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_audio_devices\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -582,16 +582,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_devices\juce_audio_devices.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_devices\juce_audio_devices.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_audio_formats">
<Filter Name="format">
@@ -696,6 +686,17 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\codecs\juce_FlacAudioFormat.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\codecs\juce_MP3AudioFormat.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\codecs\juce_MP3AudioFormat.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\codecs\juce_OggVorbisAudioFormat.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
@@ -729,6 +730,17 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\codecs\juce_WavAudioFormat.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\codecs\juce_WindowsMediaAudioFormat.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\codecs\juce_WindowsMediaAudioFormat.h"/>
</Filter>
<Filter Name="sampler">
<File RelativePath="..\..\..\..\modules\juce_audio_formats\sampler\juce_Sampler.cpp">
@@ -743,7 +755,7 @@
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\sampler\juce_Sampler.h"/>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_audio_formats\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -754,16 +766,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\juce_audio_formats.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\juce_audio_formats.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_audio_processors">
<Filter Name="processors">
@@ -803,17 +805,6 @@
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorGraph.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorListener.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorPlayer.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\processors\juce_AudioProcessorPlayer.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\processors\juce_GenericAudioProcessorEditor.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
@@ -914,7 +905,7 @@
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\scanning\juce_PluginListComponent.h"/>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_audio_processors\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -925,16 +916,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\juce_audio_processors.h"/>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\juce_audio_processors.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_core">
<Filter Name="text">
@@ -1149,6 +1130,17 @@
<File RelativePath="..\..\..\..\modules\juce_core\containers\juce_Variant.h"/>
</Filter>
<Filter Name="threads">
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_ChildProcess.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_CriticalSection.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_DynamicLibrary.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_InterProcessLock.h"/>
@@ -1179,6 +1171,7 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_Thread.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_ThreadLocalValue.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\threads\juce_ThreadPool.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
@@ -1746,7 +1739,7 @@
</FileConfiguration>
</File>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_core\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_core\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -1757,16 +1750,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_core\juce_core.h"/>
<File RelativePath="..\..\..\..\modules\juce_core\juce_core.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_cryptography">
<Filter Name="encryption">
@@ -1828,7 +1811,7 @@
</File>
<File RelativePath="..\..\..\..\modules\juce_cryptography\hashing\juce_SHA256.h"/>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_cryptography\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_cryptography\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -1839,16 +1822,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_cryptography\juce_cryptography.h"/>
<File RelativePath="..\..\..\..\modules\juce_cryptography\juce_cryptography.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_data_structures">
<Filter Name="values">
@@ -1913,7 +1886,7 @@
</File>
<File RelativePath="..\..\..\..\modules\juce_data_structures\app_properties\juce_PropertiesFile.h"/>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_data_structures\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_data_structures\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -1924,16 +1897,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_data_structures\juce_data_structures.h"/>
<File RelativePath="..\..\..\..\modules\juce_data_structures\juce_data_structures.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_events">
<Filter Name="messages">
@@ -1960,16 +1923,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_events\messages\juce_DeletedAtShutdown.h"/>
<File RelativePath="..\..\..\..\modules\juce_events\messages\juce_Message.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_events\messages\juce_Message.h"/>
<File RelativePath="..\..\..\..\modules\juce_events\messages\juce_MessageListener.cpp">
<FileConfiguration Name="Debug|Win32"
@@ -2117,7 +2070,7 @@
</FileConfiguration>
</File>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_events\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_events\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -2128,16 +2081,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_events\juce_events.h"/>
<File RelativePath="..\..\..\..\modules\juce_events\juce_events.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_graphics">
<Filter Name="colour">
@@ -2398,6 +2341,17 @@
<File RelativePath="..\..\..\..\modules\juce_graphics\placement\juce_RectanglePlacement.h"/>
</Filter>
<Filter Name="fonts">
<File RelativePath="..\..\..\..\modules\juce_graphics\fonts\juce_AttributedString.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_graphics\fonts\juce_AttributedString.h"/>
<File RelativePath="..\..\..\..\modules\juce_graphics\fonts\juce_CustomTypeface.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
@@ -2514,6 +2468,7 @@
<File RelativePath="..\..\..\..\modules\juce_graphics\native\juce_mac_CoreGraphicsContext.mm"/>
<File RelativePath="..\..\..\..\modules\juce_graphics\native\juce_mac_CoreGraphicsHelpers.h"/>
<File RelativePath="..\..\..\..\modules\juce_graphics\native\juce_mac_Fonts.mm"/>
<File RelativePath="..\..\..\..\modules\juce_graphics\native\juce_RenderingHelpers.h"/>
<File RelativePath="..\..\..\..\modules\juce_graphics\native\juce_win32_Direct2DGraphicsContext.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
@@ -2524,7 +2479,7 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_graphics\native\juce_win32_Fonts.cpp">
<File RelativePath="..\..\..\..\modules\juce_graphics\native\juce_win32_DirectWriteTypeface.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -2534,54 +2489,7 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_graphics\juce_module.txt">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_graphics\juce_graphics.h"/>
<File RelativePath="..\..\..\..\modules\juce_graphics\juce_graphics.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_gui_audio">
<Filter Name="audio">
<File RelativePath="..\..\..\..\modules\juce_gui_audio\audio\juce_AudioDeviceSelectorComponent.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\audio\juce_AudioDeviceSelectorComponent.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\audio\juce_AudioThumbnail.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\audio\juce_AudioThumbnail.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\audio\juce_AudioThumbnailCache.cpp">
<File RelativePath="..\..\..\..\modules\juce_graphics\native\juce_win32_DirectWriteTypeLayout.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -2591,8 +2499,7 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\audio\juce_AudioThumbnailCache.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\audio\juce_MidiKeyboardComponent.cpp">
<File RelativePath="..\..\..\..\modules\juce_graphics\native\juce_win32_Fonts.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -2602,20 +2509,8 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\audio\juce_MidiKeyboardComponent.h"/>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\juce_module.txt">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\juce_gui_audio.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_audio\juce_gui_audio.cpp">
<File RelativePath="..\..\..\..\modules\juce_graphics\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -2625,9 +2520,11 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_graphics\juce_graphics.h"/>
</Filter>
<Filter Name="juce_gui_basics">
<Filter Name="components">
<File RelativePath="..\..\..\..\modules\juce_gui_basics\components\juce_CachedComponentImage.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\components\juce_Component.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
@@ -3907,6 +3804,17 @@
<File RelativePath="..\..\..\..\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm"/>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm"/>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\native\juce_mac_Windowing.mm"/>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\native\juce_MultiTouchMapper.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\native\juce_win32_DragAndDrop.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\native\juce_win32_FileChooser.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
@@ -3928,7 +3836,7 @@
</FileConfiguration>
</File>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_gui_basics\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -3939,16 +3847,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_gui_extra">
<Filter Name="code_editor">
@@ -4003,6 +3901,7 @@
<Filter Name="embedding">
<File RelativePath="..\..\..\..\modules\juce_gui_extra\embedding\juce_ActiveXControlComponent.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_extra\embedding\juce_NSViewComponent.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_extra\embedding\juce_UIViewComponent.h"/>
</Filter>
<Filter Name="lookandfeel">
<File RelativePath="..\..\..\..\modules\juce_gui_extra\lookandfeel\juce_OldSchoolLookAndFeel.cpp">
@@ -4109,7 +4008,7 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_gui_extra\native\juce_ios_WebBrowserComponent.mm"/>
<File RelativePath="..\..\..\..\modules\juce_gui_extra\native\juce_ios_UIViewComponent.mm"/>
<File RelativePath="..\..\..\..\modules\juce_gui_extra\native\juce_linux_SystemTrayIcon.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
@@ -4165,7 +4064,7 @@
</FileConfiguration>
</File>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_gui_extra\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_gui_extra\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -4176,20 +4075,12 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_gui_extra\juce_gui_extra.h"/>
<File RelativePath="..\..\..\..\modules\juce_gui_extra\juce_gui_extra.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_opengl">
<Filter Name="opengl">
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLComponent.cpp">
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_Draggable3DOrientation.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_Matrix3D.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLContext.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -4199,12 +4090,41 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLComponent.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLContext.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLPixelFormat.h"/>
</Filter>
<Filter Name="native">
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_android_OpenGLComponent.cpp">
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLFrameBuffer.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLFrameBuffer.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLGraphicsContext.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLGraphicsContext.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLHelpers.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLHelpers.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLImage.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -4214,8 +4134,8 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_ios_OpenGLComponent.mm"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_linux_OpenGLComponent.cpp">
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLImage.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLPixelFormat.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -4225,8 +4145,9 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_mac_OpenGLComponent.mm"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_win32_OpenGLComponent.cpp">
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLPixelFormat.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLRenderer.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLShaderProgram.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -4236,8 +4157,31 @@
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLShaderProgram.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLTexture.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_OpenGLTexture.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_Quaternion.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\opengl\juce_Vector3D.h"/>
</Filter>
<Filter Name="native">
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_MissingGLDefinitions.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_android.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_ios.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_linux.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_osx.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_OpenGL_win32.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\native\juce_OpenGLExtensions.h"/>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_opengl\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_opengl\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -4248,16 +4192,6 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_opengl\juce_opengl.h"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\juce_opengl.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter Name="juce_video">
<Filter Name="playback">
@@ -4311,7 +4245,7 @@
</FileConfiguration>
</File>
</Filter>
<File RelativePath="..\..\..\..\modules\juce_video\juce_module.txt">
<File RelativePath="..\..\..\..\modules\juce_video\juce_module_info">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
@@ -4322,34 +4256,23 @@
</FileConfiguration>
</File>
<File RelativePath="..\..\..\..\modules\juce_video\juce_video.h"/>
<File RelativePath="..\..\..\..\modules\juce_video\juce_video.cpp">
<FileConfiguration Name="Debug|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration Name="Release|Win32"
ExcludedFromBuild="true">
<Tool Name="VCCLCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
</Filter>
<Filter Name="Juce Library Code">
<File RelativePath="..\..\JuceLibraryCode\AppConfig.h"/>
<File RelativePath="..\..\JuceLibraryCode\juce_audio_basics_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_audio_devices_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_audio_formats_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_audio_processors_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_core_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_cryptography_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_data_structures_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_events_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_graphics_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_gui_audio_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_gui_basics_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_gui_extra_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_opengl_wrapper.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\juce_video_wrapper.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_audio_basics\juce_audio_basics.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_audio_devices\juce_audio_devices.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_audio_formats\juce_audio_formats.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_audio_processors\juce_audio_processors.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_core\juce_core.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_cryptography\juce_cryptography.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_data_structures\juce_data_structures.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_events\juce_events.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_graphics\juce_graphics.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_gui_basics\juce_gui_basics.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_gui_extra\juce_gui_extra.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_opengl\juce_opengl.cpp"/>
<File RelativePath="..\..\..\..\modules\juce_video\juce_video.cpp"/>
<File RelativePath="..\..\JuceLibraryCode\JuceHeader.h"/>
</Filter>
</Files>


+ 1990
- 0
extras/windows dll/Builds/VisualStudio2008/juce_dll.vcxproj
File diff suppressed because it is too large
View File


+ 2714
- 0
extras/windows dll/Builds/VisualStudio2008/juce_dll.vcxproj.filters
File diff suppressed because it is too large
View File


+ 133
- 24
extras/windows dll/JuceLibraryCode/AppConfig.h View File

@@ -10,54 +10,163 @@
*/
#ifndef __JUCE_APPCONFIG_IVABE4__
#define __JUCE_APPCONFIG_IVABE4__
//==============================================================================
#define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
#define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
#define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
#define JUCE_MODULE_AVAILABLE_juce_audio_processors 1
#define JUCE_MODULE_AVAILABLE_juce_core 1
#define JUCE_MODULE_AVAILABLE_juce_cryptography 1
#define JUCE_MODULE_AVAILABLE_juce_data_structures 1
#define JUCE_MODULE_AVAILABLE_juce_events 1
#define JUCE_MODULE_AVAILABLE_juce_graphics 1
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
#define JUCE_MODULE_AVAILABLE_juce_opengl 1
#define JUCE_MODULE_AVAILABLE_juce_video 1
//==============================================================================
// juce_audio_devices flags:
//#define JUCE_ASIO
//#define JUCE_WASAPI
//#define JUCE_DIRECTSOUND
//#define JUCE_ALSA
//#define JUCE_JACK
//#define JUCE_USE_CDREADER
//#define JUCE_USE_CDBURNER
#ifndef JUCE_ASIO
//#define JUCE_ASIO
#endif
#ifndef JUCE_WASAPI
//#define JUCE_WASAPI
#endif
#ifndef JUCE_DIRECTSOUND
//#define JUCE_DIRECTSOUND
#endif
#ifndef JUCE_ALSA
//#define JUCE_ALSA
#endif
#ifndef JUCE_JACK
//#define JUCE_JACK
#endif
#ifndef JUCE_USE_ANDROID_OPENSLES
//#define JUCE_USE_ANDROID_OPENSLES
#endif
#ifndef JUCE_USE_CDREADER
//#define JUCE_USE_CDREADER
#endif
#ifndef JUCE_USE_CDBURNER
//#define JUCE_USE_CDBURNER
#endif
//==============================================================================
// juce_audio_formats flags:
//#define JUCE_USE_FLAC
//#define JUCE_USE_OGGVORBIS
#ifndef JUCE_USE_FLAC
//#define JUCE_USE_FLAC
#endif
#ifndef JUCE_USE_OGGVORBIS
//#define JUCE_USE_OGGVORBIS
#endif
#ifndef JUCE_USE_MP3AUDIOFORMAT
//#define JUCE_USE_MP3AUDIOFORMAT
#endif
#ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
//#define JUCE_USE_WINDOWS_MEDIA_FORMAT
#endif
//==============================================================================
// juce_audio_processors flags:
//#define JUCE_PLUGINHOST_VST
//#define JUCE_PLUGINHOST_AU
#ifndef JUCE_PLUGINHOST_VST
//#define JUCE_PLUGINHOST_VST
#endif
#ifndef JUCE_PLUGINHOST_AU
//#define JUCE_PLUGINHOST_AU
#endif
//==============================================================================
// juce_core flags:
//#define JUCE_FORCE_DEBUG
//#define JUCE_LOG_ASSERTIONS
//#define JUCE_CHECK_MEMORY_LEAKS
//#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
#ifndef JUCE_FORCE_DEBUG
//#define JUCE_FORCE_DEBUG
#endif
#ifndef JUCE_LOG_ASSERTIONS
//#define JUCE_LOG_ASSERTIONS
#endif
#ifndef JUCE_CHECK_MEMORY_LEAKS
//#define JUCE_CHECK_MEMORY_LEAKS
#endif
#ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
//#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
#endif
//==============================================================================
// juce_graphics flags:
#ifndef JUCE_USE_COREIMAGE_LOADER
//#define JUCE_USE_COREIMAGE_LOADER
#endif
#ifndef JUCE_USE_DIRECTWRITE
//#define JUCE_USE_DIRECTWRITE
#endif
//==============================================================================
// juce_gui_basics flags:
//#define JUCE_ENABLE_REPAINT_DEBUGGING
//#define JUCE_USE_XSHM
//#define JUCE_USE_XRENDER
//#define JUCE_USE_XCURSOR
#ifndef JUCE_ENABLE_REPAINT_DEBUGGING
//#define JUCE_ENABLE_REPAINT_DEBUGGING
#endif
#ifndef JUCE_USE_XSHM
//#define JUCE_USE_XSHM
#endif
#ifndef JUCE_USE_XRENDER
//#define JUCE_USE_XRENDER
#endif
#ifndef JUCE_USE_XCURSOR
//#define JUCE_USE_XCURSOR
#endif
//==============================================================================
// juce_gui_extra flags:
//#define JUCE_WEB_BROWSER
#ifndef JUCE_WEB_BROWSER
//#define JUCE_WEB_BROWSER
#endif
//==============================================================================
// juce_video flags:
//#define JUCE_DIRECTSHOW
//#define JUCE_MEDIAFOUNDATION
//#define JUCE_QUICKTIME
//#define JUCE_USE_CAMERA
#ifndef JUCE_DIRECTSHOW
//#define JUCE_DIRECTSHOW
#endif
#ifndef JUCE_MEDIAFOUNDATION
//#define JUCE_MEDIAFOUNDATION
#endif
#ifndef JUCE_QUICKTIME
//#define JUCE_QUICKTIME
#endif
#ifndef JUCE_USE_CAMERA
//#define JUCE_USE_CAMERA
#endif
#endif // __JUCE_APPCONFIG_IVABE4__

+ 15
- 17
extras/windows dll/JuceLibraryCode/JuceHeader.h View File

@@ -14,25 +14,23 @@
#define __APPHEADERFILE_IVABE4__
#include "AppConfig.h"
#include "../../../modules/juce_audio_basics/juce_audio_basics.h"
#include "../../../modules/juce_audio_devices/juce_audio_devices.h"
#include "../../../modules/juce_audio_formats/juce_audio_formats.h"
#include "../../../modules/juce_audio_processors/juce_audio_processors.h"
#include "../../../modules/juce_core/juce_core.h"
#include "../../../modules/juce_cryptography/juce_cryptography.h"
#include "../../../modules/juce_data_structures/juce_data_structures.h"
#include "../../../modules/juce_events/juce_events.h"
#include "../../../modules/juce_graphics/juce_graphics.h"
#include "../../../modules/juce_gui_audio/juce_gui_audio.h"
#include "../../../modules/juce_gui_basics/juce_gui_basics.h"
#include "../../../modules/juce_gui_extra/juce_gui_extra.h"
#include "../../../modules/juce_opengl/juce_opengl.h"
#include "../../../modules/juce_video/juce_video.h"
#include "modules/juce_audio_basics/juce_audio_basics.h"
#include "modules/juce_audio_devices/juce_audio_devices.h"
#include "modules/juce_audio_formats/juce_audio_formats.h"
#include "modules/juce_audio_processors/juce_audio_processors.h"
#include "modules/juce_core/juce_core.h"
#include "modules/juce_cryptography/juce_cryptography.h"
#include "modules/juce_data_structures/juce_data_structures.h"
#include "modules/juce_events/juce_events.h"
#include "modules/juce_graphics/juce_graphics.h"
#include "modules/juce_gui_basics/juce_gui_basics.h"
#include "modules/juce_gui_extra/juce_gui_extra.h"
#include "modules/juce_opengl/juce_opengl.h"
#include "modules/juce_video/juce_video.h"
#if ! DONT_SET_USING_JUCE_NAMESPACE
/* If you're not mixing JUCE with other libraries, then this will obviously save
a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
*/
// If your code uses a lot of JUCE classes, then this will obviously save you
// a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
using namespace juce;
#endif


+ 12
- 0
extras/windows dll/JuceLibraryCode/ReadMe.txt View File

@@ -0,0 +1,12 @@
Important Note!!
================
The purpose of this folder is to contain files that are auto-generated by the Introjucer,
and ALL files in this folder will be mercilessly DELETED and completely re-written whenever
the Introjucer saves your project.
Therefore, it's a bad idea to make any manual changes to the files in here, or to
put any of your own files in here if you don't want to lose them. (Of course you may choose
to add the folder's contents to your version-control system so that you can re-merge your own
modifications after the Introjucer has saved its changes).

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_audio_basics_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_audio_basics/juce_audio_basics.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_audio_basics_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_audio_basics/juce_audio_basics.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_audio_devices_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_audio_devices/juce_audio_devices.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_audio_devices_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_audio_devices/juce_audio_devices.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_audio_formats_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_audio_formats/juce_audio_formats.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_audio_formats_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_audio_formats/juce_audio_formats.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_audio_processors_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_audio_processors/juce_audio_processors.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_audio_processors_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_audio_processors/juce_audio_processors.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_core_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_core/juce_core.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_core_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_core/juce_core.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_cryptography_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_cryptography/juce_cryptography.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_cryptography_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_cryptography/juce_cryptography.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_data_structures_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_data_structures/juce_data_structures.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_data_structures_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_data_structures/juce_data_structures.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_events_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_events/juce_events.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_events_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_events/juce_events.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_graphics_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_graphics/juce_graphics.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_graphics_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_graphics/juce_graphics.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_gui_audio_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_gui_audio/juce_gui_audio.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_gui_audio_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_gui_audio/juce_gui_audio.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_gui_basics_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_gui_basics/juce_gui_basics.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_gui_basics_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_gui_basics/juce_gui_basics.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_gui_extra_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_gui_extra/juce_gui_extra.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_gui_extra_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_gui_extra/juce_gui_extra.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_opengl_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_opengl/juce_opengl.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_opengl_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_opengl/juce_opengl.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_video_wrapper.cpp View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_video/juce_video.cpp"

+ 0
- 15
extras/windows dll/JuceLibraryCode/juce_video_wrapper.mm View File

@@ -1,15 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This file pulls in a module's source code, and builds it using the settings
defined in AppConfig.h.
If you want to change the method by which Juce is linked into your app, use the
Jucer to change it, rather than trying to edit this file directly.
*/
#include "AppConfig.h"
#include "../../../modules/juce_video/juce_video.cpp"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_audio_basics/juce_audio_basics.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_audio_basics/juce_audio_basics.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_audio_devices/juce_audio_devices.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_audio_formats/juce_audio_formats.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_audio_formats/juce_audio_formats.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_audio_processors/juce_audio_processors.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_core/juce_core.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_core/juce_core.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_cryptography/juce_cryptography.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_cryptography/juce_cryptography.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_data_structures/juce_data_structures.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_events/juce_events.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_events/juce_events.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_graphics/juce_graphics.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_graphics/juce_graphics.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_gui_basics/juce_gui_basics.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_gui_extra/juce_gui_extra.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_opengl/juce_opengl.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_opengl/juce_opengl.h"

+ 5
- 0
extras/windows dll/JuceLibraryCode/modules/juce_video/juce_video.h View File

@@ -0,0 +1,5 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../modules/juce_video/juce_video.h"

+ 8
- 7
extras/windows dll/jucedll.jucer View File

@@ -5,14 +5,15 @@
jucerVersion="3.0.0" defines="JUCE_DLL_BUILD=1">
<EXPORTFORMATS>
<VS2008 targetFolder="Builds/VisualStudio2008" libraryType="2" juceFolder="../../../juce"
extraDefs=""/>
extraDefs="">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="jucedebug"
winWarningLevel="4" generateManifest="1"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="juce"
winWarningLevel="4" generateManifest="1"/>
</CONFIGURATIONS>
</VS2008>
</EXPORTFORMATS>
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="jucedebug"
osxSDK="default" osxCompatibility="default" osxArchitecture="default"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="juce"
osxSDK="default" osxCompatibility="default" osxArchitecture="default"/>
</CONFIGURATIONS>
<MAINGROUP id="tNa6Wh" name="juce_dll">
<GROUP id="N2ZGxS" name="Source"/>
</MAINGROUP>


Loading…
Cancel
Save