mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Resaved all projects
This commit is contained in:
parent
b28555838d
commit
a6fc53373f
115 changed files with 454 additions and 72 deletions
|
|
@ -341,6 +341,7 @@
|
|||
384275FD445BE4D560D33CEB = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_FileBasedDocument.cpp"; path = "../../../../../modules/juce_gui_extra/documents/juce_FileBasedDocument.cpp"; sourceTree = "SOURCE_ROOT"; };
|
||||
38549FEE722FCC103E878E6C = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_NotificationType.h"; path = "../../../../../modules/juce_events/messages/juce_NotificationType.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
38687DB2FEC47B8E4826346E = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_CheckSettingMacros.h"; path = "../../../../../modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
38CB541E5C43935347BA75D4 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_win32_WinRTWrapper.cpp"; path = "../../../../../modules/juce_events/native/juce_win32_WinRTWrapper.cpp"; sourceTree = "SOURCE_ROOT"; };
|
||||
38F68CF81F127420E40741AA = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcmaster.c; path = "../../../../../modules/juce_graphics/image_formats/jpglib/jcmaster.c"; sourceTree = "SOURCE_ROOT"; };
|
||||
391A3E779BFDA8887A2F2605 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "juce_MemoryOutputStream.cpp"; path = "../../../../../modules/juce_core/streams/juce_MemoryOutputStream.cpp"; sourceTree = "SOURCE_ROOT"; };
|
||||
39656AF61703FDA3F7381806 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lookup.h; path = "../../../../../modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/lookup.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
|
|
@ -400,6 +401,7 @@
|
|||
45BD34FB3E3E4040E4C8722E = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "psych_16.h"; path = "../../../../../modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/modes/psych_16.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
45CF9FC46ECEB2B97446A51C = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_OpenGLExtensions.h"; path = "../../../../../modules/juce_opengl/native/juce_OpenGLExtensions.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
460E860FEB29C741E8C15D49 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_FlexBox.h"; path = "../../../../../modules/juce_gui_basics/layout/juce_FlexBox.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
468F07D86615C001167B190F = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_win32_WinRTWrapper.h"; path = "../../../../../modules/juce_events/native/juce_win32_WinRTWrapper.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
46ADA128BDAF3D249C4C2ADC = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = inffixed.h; path = "../../../../../modules/juce_core/zip/zlib/inffixed.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
46D387910B077A3AA7CB9C92 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_MPESynthesiserVoice.h"; path = "../../../../../modules/juce_audio_basics/mpe/juce_MPESynthesiserVoice.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
471D92ACB8B31557BCA3B255 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "juce_FileSearchPathListComponent.h"; path = "../../../../../modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.h"; sourceTree = "SOURCE_ROOT"; };
|
||||
|
|
@ -2176,7 +2178,9 @@
|
|||
EE2B71E866AFDA7C92D9CFAE,
|
||||
18602F0B69EF7D2A12C1BD9A,
|
||||
34A9E5274015FD7BC26B5112,
|
||||
7D3F0FBBE2ABC05D8D7D92EF, ); name = native; sourceTree = "<group>"; };
|
||||
7D3F0FBBE2ABC05D8D7D92EF,
|
||||
38CB541E5C43935347BA75D4,
|
||||
468F07D86615C001167B190F, ); name = native; sourceTree = "<group>"; };
|
||||
4276A11B8C506A27B4A305CE = {isa = PBXGroup; children = (
|
||||
C9639F414226108D7197DEEE,
|
||||
D321B6288EA42F4A4F62EB14,
|
||||
|
|
|
|||
|
|
@ -1035,6 +1035,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "native", "native", "{01E01F
|
|||
..\..\..\..\..\modules\juce_events\native\juce_osx_MessageQueue.h = ..\..\..\..\..\modules\juce_events\native\juce_osx_MessageQueue.h
|
||||
..\..\..\..\..\modules\juce_events\native\juce_win32_HiddenMessageWindow.h = ..\..\..\..\..\modules\juce_events\native\juce_win32_HiddenMessageWindow.h
|
||||
..\..\..\..\..\modules\juce_events\native\juce_win32_Messaging.cpp = ..\..\..\..\..\modules\juce_events\native\juce_win32_Messaging.cpp
|
||||
..\..\..\..\..\modules\juce_events\native\juce_win32_WinRTWrapper.cpp = ..\..\..\..\..\modules\juce_events\native\juce_win32_WinRTWrapper.cpp
|
||||
..\..\..\..\..\modules\juce_events\native\juce_win32_WinRTWrapper.h = ..\..\..\..\..\modules\juce_events\native\juce_win32_WinRTWrapper.h
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "timers", "timers", "{DB7B412F-7680-ACAF-3D61-D629541DA87B}"
|
||||
|
|
|
|||
|
|
@ -78,6 +78,10 @@
|
|||
//#define JUCE_USE_ANDROID_OPENSLES
|
||||
#endif
|
||||
|
||||
#ifndef JUCE_USE_WINRT_MIDI
|
||||
//#define JUCE_USE_WINRT_MIDI
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
// juce_audio_formats flags:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue