Added a filter rule for filtering make output with
tools/winapi/make_filter.
This commit is contained in:
parent
6ad988eb2d
commit
b71902952d
|
@ -204,6 +204,9 @@ DLLS = \
|
||||||
|
|
||||||
all: Makefile
|
all: Makefile
|
||||||
|
|
||||||
|
filter:
|
||||||
|
@$(TOPSRCDIR)/tools/winapi/make_filter --make $(MAKE) all
|
||||||
|
|
||||||
# Rule for main module intermediate object
|
# Rule for main module intermediate object
|
||||||
|
|
||||||
$(MODULE).tmp.o: $(OBJS) Makefile.in
|
$(MODULE).tmp.o: $(OBJS) Makefile.in
|
||||||
|
|
Loading…
Reference in New Issue