From 5ad619b19e0a350eaa3bb828644372dfde560827 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 13 Sep 2004 18:14:55 +0000 Subject: [PATCH] Turn on warnings when building the .def file. --- Make.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.rules.in b/Make.rules.in index 5ceda511117..72a6c571c6c 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -134,7 +134,7 @@ LINTS = $(C_SRCS:.c=.ln) $(WINEBUILD) $(DEFS) -o $@ --main-module $(MODULE) --dll $< .spec.spec.def: - $(WINEBUILD) $(DEFS) -o $@ --def $< + $(WINEBUILD) -w $(DEFS) -o $@ --def $< .c.ln: $(LINT) -c $(ALLLINTFLAGS) $< || ( $(RM) $@ && exit 1 ) -- 2.11.4.GIT