From dd454190060585ff63230f6dd93f5e9c15df8286 Mon Sep 17 00:00:00 2001 From: Joachim LF Date: Fri, 14 May 2021 19:45:57 +0200 Subject: [PATCH] [Simulator/windows] fix build --- ion/src/simulator/windows/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ion/src/simulator/windows/Makefile b/ion/src/simulator/windows/Makefile index b44499e02..cb83f0693 100644 --- a/ion/src/simulator/windows/Makefile +++ b/ion/src/simulator/windows/Makefile @@ -28,11 +28,6 @@ endif # RC file dependencies $(call object_for,ion/src/simulator/windows/resources.rc): WRFLAGS += -I $(BUILD_DIR) -$(call object_for,ion/src/simulator/windows/resources.rc): $(addprefix $(BUILD_DIR)/,logo.ico) - -$(addprefix $(BUILD_DIR)/,logo.ico): ion/src/simulator/assets/logo.svg | $$(@D)/. - $(call rule_label,CONVERT) - $(Q) convert -background "#FFB734" -resize 256x256 $< $@ # Linker flags LDFLAGS += -lgdiplus -lcomdlg32