adding Dintree
This commit is contained in:
parent
494f6e76ed
commit
889da81342
6 changed files with 47 additions and 0 deletions
|
@ -434,6 +434,13 @@ PLUGIN_FILES += $(wildcard ChowDSP/lib/r8lib/*.cpp)
|
|||
|
||||
PLUGIN_FILES += $(filter-out cf/src/plugin.cpp,$(wildcard cf/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Dintree
|
||||
|
||||
PLUGIN_FILES += $(wildcard Dintree/src/*.cpp)
|
||||
PLUGIN_FILES += $(wildcard Dintree/src/components/*.cpp)
|
||||
PLUGIN_FILES += $(wildcard Dintree/src/utils/*.cpp)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# DrumKit
|
||||
|
||||
|
@ -1202,6 +1209,13 @@ $(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
|
||||
|
||||
$(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