mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Removed some unnecessary files from linux plugin builds.
This commit is contained in:
parent
7c8eb56f04
commit
f55c716ce8
2 changed files with 5 additions and 29 deletions
|
|
@ -56,10 +56,6 @@ OBJECTS := \
|
|||
$(OBJDIR)/juce_graphics_f9afc18.o \
|
||||
$(OBJDIR)/juce_gui_basics_90929794.o \
|
||||
$(OBJDIR)/juce_gui_extra_b81d9e1c.o \
|
||||
$(OBJDIR)/juce_RTAS_DigiCode1_6dea9489.o \
|
||||
$(OBJDIR)/juce_RTAS_DigiCode2_6df8ac0a.o \
|
||||
$(OBJDIR)/juce_RTAS_DigiCode3_6e06c38b.o \
|
||||
$(OBJDIR)/juce_RTAS_Wrapper_67ed73df.o \
|
||||
$(OBJDIR)/juce_VST_Wrapper_8aa348b1.o \
|
||||
|
||||
.PHONY: clean
|
||||
|
|
@ -142,26 +138,6 @@ $(OBJDIR)/juce_gui_extra_b81d9e1c.o: ../../../../modules/juce_gui_extra/juce_gui
|
|||
@echo "Compiling juce_gui_extra.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_RTAS_DigiCode1_6dea9489.o: ../../../../modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode1.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_RTAS_DigiCode1.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_RTAS_DigiCode2_6df8ac0a.o: ../../../../modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode2.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_RTAS_DigiCode2.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_RTAS_DigiCode3_6e06c38b.o: ../../../../modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode3.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_RTAS_DigiCode3.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_RTAS_Wrapper_67ed73df.o: ../../../../modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_RTAS_Wrapper.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_VST_Wrapper_8aa348b1.o: ../../../../modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_VST_Wrapper.cpp"
|
||||
|
|
|
|||
|
|
@ -14,17 +14,17 @@
|
|||
|
||||
"compile": [ { "file": "VST/juce_VST_Wrapper.cpp" },
|
||||
{ "file": "VST/juce_VST_Wrapper.mm", "target": "xcode" },
|
||||
{ "file": "RTAS/juce_RTAS_DigiCode1.cpp", "warnings": "disabled", "stdcall": "1" },
|
||||
{ "file": "RTAS/juce_RTAS_DigiCode2.cpp", "warnings": "disabled", "stdcall": "1" },
|
||||
{ "file": "RTAS/juce_RTAS_DigiCode3.cpp", "warnings": "disabled", "stdcall": "1" },
|
||||
{ "file": "RTAS/juce_RTAS_DigiCode1.cpp", "warnings": "disabled", "stdcall": "1", "target": "xcode", "target": "msvc" },
|
||||
{ "file": "RTAS/juce_RTAS_DigiCode2.cpp", "warnings": "disabled", "stdcall": "1", "target": "xcode", "target": "msvc" },
|
||||
{ "file": "RTAS/juce_RTAS_DigiCode3.cpp", "warnings": "disabled", "stdcall": "1", "target": "xcode", "target": "msvc" },
|
||||
{ "file": "RTAS/juce_RTAS_MacResources.r", "target": "xcode" },
|
||||
{ "file": "RTAS/juce_RTAS_MacUtilities.mm", "target": "xcode" },
|
||||
{ "file": "RTAS/juce_RTAS_WinResources.rsr", "target": "msvc" },
|
||||
{ "file": "RTAS/juce_RTAS_WinUtilities.cpp", "target": "msvc", "warnings": "disabled", "stdcall": "1" },
|
||||
{ "file": "RTAS/juce_RTAS_Wrapper.cpp", "warnings": "disabled", "stdcall": "1" },
|
||||
{ "file": "RTAS/juce_RTAS_Wrapper.cpp", "warnings": "disabled", "stdcall": "1", "target": "xcode", "target": "msvc" },
|
||||
{ "file": "AU/juce_AU_Resources.r", "target": "xcode" },
|
||||
{ "file": "AU/juce_AU_Wrapper.mm", "target": "xcode" },
|
||||
{ "file": "AAX/juce_AAX_Wrapper.cpp" },
|
||||
{ "file": "AAX/juce_AAX_Wrapper.cpp", "target": "xcode", "target": "msvc" },
|
||||
{ "file": "AAX/juce_AAX_Wrapper.mm", "target": "xcode" }
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue