Skip to content

Commit

Permalink
revert JUCE version (causing crashes)
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Mar 19, 2024
1 parent e9db62e commit 8acf43a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 109 deletions.
6 changes: 3 additions & 3 deletions Builds/LinuxMakefile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ifeq ($(CONFIG),Debug)
JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++17 $(CXXFLAGS)
JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) -L../../External/servus/lib/linux -L../../External/sdl/lib/linux -L/usr/lib/x86_64-linux-gnu/ -L../../External/joycon/lib/linux -L../../Modules/juce_simpleweb/libs/Linux/x86_64 $(shell $(PKG_CONFIG) --libs alsa freetype2 gl libcurl) -fvisibility=hidden -Wl,-rpath,"lib" -Wl,--as-needed -lrt -ldl -lpthread -lssl -lcrypto -lbluetooth -lServus -lcurl -lSDL2 -lusb-1.0 -lhidapi-hidraw -lJoyShockLibrary $(LDFLAGS)

CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(JUCE_TARGET_APP) $(JUCE_OBJDIR)
CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
endif

ifeq ($(CONFIG),Release)
Expand All @@ -68,7 +68,7 @@ ifeq ($(CONFIG),Release)
JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++17 $(CXXFLAGS)
JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) -L../../External/servus/lib/linux -L../../External/sdl/lib/linux -L/usr/lib/x86_64-linux-gnu/ -L../../External/joycon/lib/linux -L../../Modules/juce_simpleweb/libs/Linux/x86_64 $(shell $(PKG_CONFIG) --libs alsa freetype2 gl libcurl) -fvisibility=hidden -Wl,-rpath,"lib" -Wl,--as-needed -lrt -ldl -lpthread -lssl -lcrypto -lbluetooth -lServus -lcurl -lSDL2 -lusb-1.0 -lhidapi-hidraw -lJoyShockLibrary $(LDFLAGS)

CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(JUCE_TARGET_APP) $(JUCE_OBJDIR)
CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
endif

OBJECTS_APP := \
Expand Down Expand Up @@ -474,6 +474,6 @@ clean:

strip:
@echo Stripping Chataigne
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(JUCE_TARGET_APP)
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)

-include $(OBJECTS_APP:%.o=%.d)
6 changes: 3 additions & 3 deletions Builds/Raspberry/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ifeq ($(CONFIG),Debug)
JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++17 $(CXXFLAGS)
JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) -L../../External/servus/lib/raspberry -L../../External/sdl/lib/raspberry -L../../External/joycon/lib/raspberry -L/usr/lib/arm-linux-gnueabihf -L../../Modules/juce_simpleweb/libs/Linux/armv8-a $(shell $(PKG_CONFIG) --libs alsa freetype2 gl libcurl) -fvisibility=hidden -Wl,-rpath,"lib" -Wl,--as-needed -lrt -ldl -lpthread -lssl -lcrypto -lbluetooth -lServus -lcurl -lSDL2 -lusb-1.0 -lhidapi-hidraw -lpthread -lJoyShockLibrary -latomic $(LDFLAGS)

CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(JUCE_TARGET_APP) $(JUCE_OBJDIR)
CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
endif

ifeq ($(CONFIG),Release)
Expand All @@ -68,7 +68,7 @@ ifeq ($(CONFIG),Release)
JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++17 $(CXXFLAGS)
JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) -L../../External/servus/lib/raspberry -L../../External/sdl/lib/raspberry -L../../External/joycon/lib/raspberry -L/usr/lib/arm-linux-gnueabihf -L../../Modules/juce_simpleweb/libs/Linux/armv8-a $(shell $(PKG_CONFIG) --libs alsa freetype2 gl libcurl) -fvisibility=hidden -Wl,-rpath,"lib" -Wl,--as-needed -lrt -ldl -lpthread -lssl -lcrypto -lbluetooth -lServus -lcurl -lSDL2 -lusb-1.0 -lhidapi-hidraw -lpthread -lJoyShockLibrary -latomic $(LDFLAGS)

CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(JUCE_TARGET_APP) $(JUCE_OBJDIR)
CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
endif

OBJECTS_APP := \
Expand Down Expand Up @@ -474,6 +474,6 @@ clean:

strip:
@echo Stripping Chataigne
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(JUCE_TARGET_APP)
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)

-include $(OBJECTS_APP:%.o=%.d)
6 changes: 3 additions & 3 deletions Builds/Raspberry64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ifeq ($(CONFIG),Debug)
JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++17 $(CXXFLAGS)
JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) -L../../External/servus/lib/raspberry64 -L../../External/sdl/lib/raspberry64 -L../../External/joycon/lib/raspberry64 -L../../Modules/juce_simpleweb/libs/Linux/${JUCE_ARCH_LABEL} $(shell $(PKG_CONFIG) --libs alsa freetype2 gl libcurl) -fvisibility=hidden -Wl,-rpath,"lib" -Wl,--as-needed -lrt -ldl -lpthread -lssl -lcrypto -lbluetooth -lServus -lcurl -lSDL2 -lusb-1.0 -lhidapi-hidraw -lpthread -lJoyShockLibrary -latomic $(LDFLAGS)

CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(JUCE_TARGET_APP) $(JUCE_OBJDIR)
CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
endif

ifeq ($(CONFIG),Release)
Expand All @@ -68,7 +68,7 @@ ifeq ($(CONFIG),Release)
JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++17 $(CXXFLAGS)
JUCE_LDFLAGS += $(TARGET_ARCH) -L$(JUCE_BINDIR) -L$(JUCE_LIBDIR) -L../../External/servus/lib/raspberry64 -L../../External/sdl/lib/raspberry64 -L../../External/joycon/lib/raspberry64 -L../../Modules/juce_simpleweb/libs/Linux/${JUCE_ARCH_LABEL} $(shell $(PKG_CONFIG) --libs alsa freetype2 gl libcurl) -fvisibility=hidden -Wl,-rpath,"lib" -Wl,--as-needed -lrt -ldl -lpthread -lssl -lcrypto -lbluetooth -lServus -lcurl -lSDL2 -lusb-1.0 -lhidapi-hidraw -lpthread -lJoyShockLibrary -latomic $(LDFLAGS)

CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(JUCE_TARGET_APP) $(JUCE_OBJDIR)
CLEANCMD = rm -rf $(JUCE_OUTDIR)/$(TARGET) $(JUCE_OBJDIR)
endif

OBJECTS_APP := \
Expand Down Expand Up @@ -474,6 +474,6 @@ clean:

strip:
@echo Stripping Chataigne
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(JUCE_TARGET_APP)
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)

-include $(OBJECTS_APP:%.o=%.d)
12 changes: 0 additions & 12 deletions Builds/VisualStudio2022/Chataigne_App.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1118,9 +1118,6 @@
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_DynamicObject.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_Enumerate_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_FixedSizeFunction_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
Expand Down Expand Up @@ -1217,9 +1214,6 @@
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\memory\juce_MemoryBlock.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\memory\juce_SharedResourcePointer_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\misc\juce_ConsoleApplication.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
Expand Down Expand Up @@ -1964,9 +1958,6 @@
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_NativeScaleFactorNotifier.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
Expand Down Expand Up @@ -3288,7 +3279,6 @@
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_ArrayBase.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_DynamicObject.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_ElementComparator.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_Enumerate.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_FixedSizeFunction.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_HashMap.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_LinkedListPointer.h"/>
Expand All @@ -3304,7 +3294,6 @@
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_Span.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_SparseSet.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_Variant.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\detail\juce_CallbackListenerList.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\files\juce_AndroidDocument.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\files\juce_common_MimeTypes.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\files\juce_DirectoryIterator.h"/>
Expand Down Expand Up @@ -3654,7 +3643,6 @@
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_DocumentWindow.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_NativeScaleFactorNotifier.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
Expand Down
21 changes: 0 additions & 21 deletions Builds/VisualStudio2022/Chataigne_App.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,6 @@
<Filter Include="JUCE Modules\juce_core\containers">
<UniqueIdentifier>{42F7BE9D-3C8A-AE26-289B-8F355C068036}</UniqueIdentifier>
</Filter>
<Filter Include="JUCE Modules\juce_core\detail">
<UniqueIdentifier>{4C5ED3D6-28D2-8BFF-F891-96201A9DE159}</UniqueIdentifier>
</Filter>
<Filter Include="JUCE Modules\juce_core\files">
<UniqueIdentifier>{7868764A-6572-381A-906C-9C26792A4C29}</UniqueIdentifier>
</Filter>
Expand Down Expand Up @@ -2266,9 +2263,6 @@
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_DynamicObject.cpp">
<Filter>JUCE Modules\juce_core\containers</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_Enumerate_test.cpp">
<Filter>JUCE Modules\juce_core\containers</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_FixedSizeFunction_test.cpp">
<Filter>JUCE Modules\juce_core\containers</Filter>
</ClCompile>
Expand Down Expand Up @@ -2365,9 +2359,6 @@
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\memory\juce_MemoryBlock.cpp">
<Filter>JUCE Modules\juce_core\memory</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\memory\juce_SharedResourcePointer_test.cpp">
<Filter>JUCE Modules\juce_core\memory</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\misc\juce_ConsoleApplication.cpp">
<Filter>JUCE Modules\juce_core\misc</Filter>
</ClCompile>
Expand Down Expand Up @@ -3184,9 +3175,6 @@
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_NativeScaleFactorNotifier.cpp">
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
</ClCompile>
Expand Down Expand Up @@ -5301,9 +5289,6 @@
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_ElementComparator.h">
<Filter>JUCE Modules\juce_core\containers</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_Enumerate.h">
<Filter>JUCE Modules\juce_core\containers</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_FixedSizeFunction.h">
<Filter>JUCE Modules\juce_core\containers</Filter>
</ClInclude>
Expand Down Expand Up @@ -5349,9 +5334,6 @@
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\containers\juce_Variant.h">
<Filter>JUCE Modules\juce_core\containers</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\detail\juce_CallbackListenerList.h">
<Filter>JUCE Modules\juce_core\detail</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_core\files\juce_AndroidDocument.h">
<Filter>JUCE Modules\juce_core\files</Filter>
</ClInclude>
Expand Down Expand Up @@ -6399,9 +6381,6 @@
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_NativeMessageBox.h">
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_NativeScaleFactorNotifier.h">
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\..\..\Softwares\JUCE\modules\juce_gui_basics\windows\juce_ResizableWindow.h">
<Filter>JUCE Modules\juce_gui_basics\windows</Filter>
</ClInclude>
Expand Down
12 changes: 0 additions & 12 deletions Builds/VisualStudio2022_CI/Chataigne_App.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1118,9 +1118,6 @@
<ClCompile Include="..\..\JUCE\modules\juce_core\containers\juce_DynamicObject.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\JUCE\modules\juce_core\containers\juce_Enumerate_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\JUCE\modules\juce_core\containers\juce_FixedSizeFunction_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
Expand Down Expand Up @@ -1217,9 +1214,6 @@
<ClCompile Include="..\..\JUCE\modules\juce_core\memory\juce_MemoryBlock.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\JUCE\modules\juce_core\memory\juce_SharedResourcePointer_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\JUCE\modules\juce_core\misc\juce_ConsoleApplication.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
Expand Down Expand Up @@ -1964,9 +1958,6 @@
<ClCompile Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_NativeMessageBox.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_NativeScaleFactorNotifier.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_ResizableWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
Expand Down Expand Up @@ -3288,7 +3279,6 @@
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_ArrayBase.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_DynamicObject.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_ElementComparator.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_Enumerate.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_FixedSizeFunction.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_HashMap.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_LinkedListPointer.h"/>
Expand All @@ -3304,7 +3294,6 @@
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_Span.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_SparseSet.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\containers\juce_Variant.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\detail\juce_CallbackListenerList.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\files\juce_AndroidDocument.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\files\juce_common_MimeTypes.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_core\files\juce_DirectoryIterator.h"/>
Expand Down Expand Up @@ -3654,7 +3643,6 @@
<ClInclude Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_DocumentWindow.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_MessageBoxOptions.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_NativeMessageBox.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_NativeScaleFactorNotifier.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_ResizableWindow.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_ScopedMessageBox.h"/>
<ClInclude Include="..\..\JUCE\modules\juce_gui_basics\windows\juce_ThreadWithProgressWindow.h"/>
Expand Down
Loading

0 comments on commit 8acf43a

Please sign in to comment.