adding GoodSheperd modules
This commit is contained in:
parent
494f6e76ed
commit
4c84cc15cf
6 changed files with 42 additions and 1 deletions
|
@ -486,6 +486,11 @@ endif
|
|||
|
||||
PLUGIN_FILES += $(filter-out GlueTheGiant/src/plugin.cpp,$(wildcard GlueTheGiant/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# GoodSheperd
|
||||
|
||||
PLUGIN_FILES += $(wildcard GoodSheperd/src/*.cpp)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# GrandeModular
|
||||
|
||||
|
@ -1269,6 +1274,13 @@ $(BUILD_DIR)/GlueTheGiant/src/gtgComponents.cpp.o: GlueTheGiant/src/gtgComponent
|
|||
-DloadGtgPluginDefault=ignoredGlueTheGiant1 \
|
||||
-DsaveGtgPluginDefault=ignoredGlueTheGiant2
|
||||
|
||||
$(BUILD_DIR)/GoodSheperd/%.cpp.o: GoodSheperd/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(GOODSHEPERD_CUSTOM),$(call custom_module_names,$(m),GoodSheperd)) \
|
||||
-DpluginInstance=pluginInstance__GoodSheperd
|
||||
|
||||
$(BUILD_DIR)/GrandeModular/%.cpp.o: GrandeModular/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue