Add forsitan modulare modules
Closes #238 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f9e471e7fb
commit
b0c90b47b2
6 changed files with 40 additions and 0 deletions
|
@ -536,6 +536,11 @@ PLUGIN_FILES += $(filter-out FehlerFabrik/src/plugin.cpp,$(wildcard FehlerFabrik
|
|||
# modules/types which are present in other plugins
|
||||
FEHLERFABRIK_CUSTOM = Operator Sequencer SlewLimiter
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# forsitan modulare
|
||||
|
||||
PLUGIN_FILES += $(filter-out forsitan-modulare/src/forsitan.cpp,$(wildcard forsitan-modulare/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# GlueTheGiant
|
||||
|
||||
|
@ -1465,6 +1470,13 @@ $(BUILD_DIR)/Fundamental/%.c.o: Fundamental/%.c
|
|||
$(foreach m,$(FUNDAMENTAL_CUSTOM),$(call custom_module_names,$(m),Fundamental)) \
|
||||
-DpluginInstance=pluginInstance__Fundamental
|
||||
|
||||
$(BUILD_DIR)/forsitan-modulare/%.cpp.o: forsitan-modulare/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(GLUETHEGIANT_CUSTOM),$(call custom_module_names,$(m),forsitan)) \
|
||||
-DpluginInstance=pluginInstance__forsitan
|
||||
|
||||
$(BUILD_DIR)/Fundamental/%.cpp.o: Fundamental/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue