Turn on warnings when building the .def file.
This commit is contained in:
parent
8e1e835d11
commit
5ad619b19e
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue