Turn on warnings when building the .def file.

This commit is contained in:
Alexandre Julliard 2004-09-13 18:14:55 +00:00
parent 8e1e835d11
commit 5ad619b19e

View file

@ -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 )