Merge remote-tracking branch 'origin/mscHack' into main
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
commit
2e3f9f468c
5 changed files with 93 additions and 4 deletions
|
@ -433,6 +433,11 @@ PLUGIN_FILES += $(wildcard MindMeldModular/src/Utilities/*.cpp)
|
|||
# modules/types which are present in other plugins
|
||||
MINDMELD_CUSTOM = printNote
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# mscHack
|
||||
|
||||
PLUGIN_FILES += $(wildcard mscHack/src/*.cpp)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# rackwindows
|
||||
|
||||
|
@ -900,6 +905,14 @@ $(BUILD_DIR)/MindMeldModular/MindMeldModular.cpp.o: MindMeldModular/src/MindMeld
|
|||
-DpluginInstance=pluginInstance__MindMeld \
|
||||
-Dinit=init__MindMeld
|
||||
|
||||
$(BUILD_DIR)/mscHack/%.cpp.o: mscHack/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(MINDMELD_CUSTOM),$(call custom_module_names,$(m),JW)) \
|
||||
-DthePlugin=pluginInstance__mscHack \
|
||||
-Dinit=init__mscHack
|
||||
|
||||
$(BUILD_DIR)/rackwindows/%.cpp.o: rackwindows/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue