mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
477 B
30 lines
477 B
TARGETNAME=zlib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=
|
|
|
|
SOURCES= \
|
|
adler32.c \
|
|
compress.c \
|
|
crc32.c \
|
|
deflate.c \
|
|
gzio.c \
|
|
infblock.c \
|
|
infcodes.c \
|
|
inffast.c \
|
|
inflate.c \
|
|
inftrees.c \
|
|
infutil.c \
|
|
trees.c \
|
|
uncompr.c \
|
|
zutil.c
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\zlib.lib=$(PROJECT_LIB_PATH)\zlib.lib}
|
|
|
|
PASS0_PUBLISH= \
|
|
{zconf.h=$(PROJECT_INC_PATH)\zconf.h} \
|
|
{zlib.h=$(PROJECT_INC_PATH)\zlib.h}
|