X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fzlib%2FMakefile;fp=lib%2Fzlib%2FMakefile;h=71517c9249c1ed873441278cf5f83d2c6f16ca7d;hp=5b5f089a34401a4a7d55ee21121a90f75149f914;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/zlib/Makefile b/lib/zlib/Makefile index 5b5f089..71517c9 100644 --- a/lib/zlib/Makefile +++ b/lib/zlib/Makefile @@ -10,6 +10,9 @@ TARGET_CFLAGS = \ -MMD -O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ -Wstrict-prototypes -Wmissing-prototypes +# require os code to explicitly request A/W version of structs/functions +TARGET_CFLAGS += -D_DISABLE_TIDENTS + TARGET_OBJECTS = \ adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o \ inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o