Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makefile.bcc « zlib « lib « auto - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ec4de835fd7a2da43619c31d78c73e22b6afc7c (plain)
1
2
3
4
5
6
7
8

CFLAGS = -q -O2 -tWM $(CPU_OPT)

zlib.lib:
	bcc32 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c

	tlib zlib.lib +adler32.obj +crc32.obj +deflate.obj \
		+trees.obj +zutil.obj