From a712268af12b40874fe3fe142e14b329e42c20e2 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 26 Feb 2019 08:19:26 -0800 Subject: build: remove nonexistent config option. * Makefile (dbg/%-win.o, opt/%-win.o): Don't pass CONFIG_WIN_MAIN=1 preprocessor symbol; it's not referenced anywhere, and never has been. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a020029..762387a8 100644 --- a/Makefile +++ b/Makefile @@ -181,10 +181,10 @@ opt/%.o: %.S $(call COMPILE_C_WITH_DEPS,) dbg/%-win.o: $(top_srcdir)%.c - $(call COMPILE_C_WITH_DEPS,-DCONFIG_WIN_MAIN=1) + $(call COMPILE_C_WITH_DEPS,) opt/%-win.o: $(top_srcdir)%.c - $(call COMPILE_C_WITH_DEPS,-DCONFIG_WIN_MAIN=1 $(OPT_FLAGS)) + $(call COMPILE_C_WITH_DEPS, $(OPT_FLAGS)) win/%.res: $(top_srcdir)win/%.rc $(top_srcdir)win/%.ico $(call WINDRES) -- cgit v1.2.3