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.
21 lines
338 B
21 lines
338 B
TARGETNAME=winlza
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=.;..
|
|
|
|
C_DEFINES=-DWIN32 -DLZA_DLL -D_KERNEL32_
|
|
|
|
SOURCES=buffers.c \
|
|
compress.c \
|
|
expand.c \
|
|
header.c \
|
|
init.c \
|
|
lzcommon.c \
|
|
lzcomp.c \
|
|
lzexp.c \
|
|
utils.c \
|
|
shstart.c \
|
|
utilsnls.c
|