mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
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…
x
Reference in New Issue
Block a user