22 lines
338 B
Plaintext
22 lines
338 B
Plaintext
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
|