From c67e3e13ac6a0905ca35c69ac2b22061399cb3a0 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 7 Feb 2022 15:08:43 +0000 Subject: [PATCH] Really remove befaco Signed-off-by: falkTX --- plugins/Befaco | 1 - plugins/Makefile | 9 --------- 2 files changed, 10 deletions(-) delete mode 160000 plugins/Befaco diff --git a/plugins/Befaco b/plugins/Befaco deleted file mode 160000 index ec406ce..0000000 --- a/plugins/Befaco +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ec406ce181f340bce8e475cb508c4db0db02fdc6 diff --git a/plugins/Makefile b/plugins/Makefile index 0fe0350..a66077b 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -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 $<"