adding kocmoc (#176)
This commit is contained in:
parent
7aedbcda62
commit
f462ed8380
7 changed files with 52 additions and 0 deletions
|
@ -569,6 +569,11 @@ endif
|
|||
# modules/types which are present in other plugins
|
||||
JW_CUSTOM = PlayHead Quantizer
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# kocmoc
|
||||
|
||||
PLUGIN_FILES += $(wildcard kocmoc/src/*.cpp)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# LifeFormModular
|
||||
|
||||
|
@ -1415,6 +1420,13 @@ $(BUILD_DIR)/JW-Modules/%.cpp.o: JW-Modules/%.cpp
|
|||
-Wno-unused-but-set-variable \
|
||||
-Wno-unused-result
|
||||
|
||||
$(BUILD_DIR)/kocmoc/%.cpp.o: kocmoc/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(KOCMOC_CUSTOM),$(call custom_module_names,$(m),kocmoc)) \
|
||||
-DpluginInstance=pluginInstance__kocmoc
|
||||
|
||||
$(BUILD_DIR)/LifeFormModular/%.cpp.o: LifeFormModular/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue