Commit 5ad619b1 authored by Alexandre Julliard's avatar Alexandre Julliard

Turn on warnings when building the .def file.

parent 8e1e835d
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment