Remove dintree, artwork license issues
This commit is contained in:
parent
407b71a7d8
commit
591adabe6a
5 changed files with 0 additions and 44 deletions
|
@ -474,13 +474,6 @@ CATROMODULO_CUSTOM = LowFrequencyOscillator NumDisplayWidget
|
|||
|
||||
PLUGIN_FILES += $(filter-out cf/src/plugin.cpp,$(wildcard cf/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Dintree
|
||||
|
||||
PLUGIN_FILES += $(filter-out Dintree/src/plugin.cpp,$(wildcard Dintree/src/*.cpp))
|
||||
PLUGIN_FILES += $(wildcard Dintree/src/components/*.cpp)
|
||||
PLUGIN_FILES += $(wildcard Dintree/src/utils/*.cpp)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# DrumKit
|
||||
|
||||
|
@ -1392,14 +1385,6 @@ $(BUILD_DIR)/ChowDSP/%.cpp.o: ChowDSP/%.cpp
|
|||
-IChowDSP/lib/chowdsp_utils/DSP/WDF \
|
||||
-Wno-deprecated-copy
|
||||
|
||||
$(BUILD_DIR)/Dintree/%.cpp.o: Dintree/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(DINTREE_CUSTOM),$(call custom_module_names,$(m),Dintree)) \
|
||||
-DpluginInstance=pluginInstance__Dintree \
|
||||
-DSKIP_MINGW_FORMAT
|
||||
|
||||
$(BUILD_DIR)/DrumKit/%.cpp.o: DrumKit/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue