summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)