Browse Source

Really remove befaco

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
c67e3e13ac
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 0 additions and 10 deletions
  1. +0
    -1
      plugins/Befaco
  2. +0
    -9
      plugins/Makefile

+ 0
- 1
plugins/Befaco

@@ -1 +0,0 @@
Subproject commit ec406ce181f340bce8e475cb508c4db0db02fdc6

+ 0
- 9
plugins/Makefile View File

@@ -969,15 +969,6 @@ $(BUILD_DIR)/AriaModules/%.cpp.o: AriaModules/%.cpp
-DpluginInstance=pluginInstance__Aria \
-Wno-cast-function-type

$(BUILD_DIR)/AS/%.cpp.o: AS/%.cpp
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
@echo "Compiling $<"
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
$(foreach m,$(AS_CUSTOM),$(call custom_module_names,$(m),AS)) \
$(foreach m,$(AS_CUSTOM_PER_FILE),$(call custom_per_file_names,$(m),AS_$(shell basename $*))) \
-DpluginInstance=pluginInstance__AS \
-Wno-unused-private-field

$(BUILD_DIR)/Atelier/%.o: Atelier/%
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
@echo "Compiling $<"


Loading…
Cancel
Save