Update BaconPlugs and Befaco
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
66c2acc64c
commit
2798523af8
6 changed files with 20 additions and 13 deletions
|
@ -1671,7 +1671,7 @@ $(BUILD_DIR)/Axioma/%.cpp.o: Axioma/%.cpp
|
|||
$(BUILD_DIR)/BaconPlugs/%.cpp.o: BaconPlugs/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -std=gnu++17 -c -o $@ \
|
||||
$(foreach m,$(BACON_CUSTOM),$(call custom_module_names,$(m),BaconPlugs)) \
|
||||
-DpluginInstance=pluginInstance__Bacon \
|
||||
-DDARK_BACON \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue