mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 04:03:02 +00:00
No need to create dependency files for zlib host library
svn path=/trunk/; revision=30219
This commit is contained in:
parent
8896e371aa
commit
6e000cec2a
1 changed files with 2 additions and 2 deletions
2
reactos/lib/3rdparty/zlib/zlib.mak
vendored
2
reactos/lib/3rdparty/zlib/zlib.mak
vendored
|
@ -32,7 +32,7 @@ ZLIB_HOST_SOURCES = $(addprefix $(ZLIB_BASE_), \
|
||||||
ZLIB_HOST_OBJECTS = \
|
ZLIB_HOST_OBJECTS = \
|
||||||
$(addprefix $(INTERMEDIATE_), $(ZLIB_HOST_SOURCES:.c=.host.o))
|
$(addprefix $(INTERMEDIATE_), $(ZLIB_HOST_SOURCES:.c=.host.o))
|
||||||
|
|
||||||
ZLIB_HOST_CFLAGS = -MMD -O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
ZLIB_HOST_CFLAGS = -O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
||||||
-Wstrict-prototypes -Wmissing-prototypes $(TOOLS_CPPFLAGS)
|
-Wstrict-prototypes -Wmissing-prototypes $(TOOLS_CPPFLAGS)
|
||||||
|
|
||||||
$(ZLIB_HOST_TARGET): $(ZLIB_HOST_OBJECTS) | $(ZLIB_OUT)
|
$(ZLIB_HOST_TARGET): $(ZLIB_HOST_OBJECTS) | $(ZLIB_OUT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue