mirror of https://github.com/lianthony/NT4.0
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.
33 lines
648 B
33 lines
648 B
|
|
|
|
MAJORCOMP=lz
|
|
MINORCOMP=libs
|
|
|
|
TARGETNAME=winlza
|
|
TARGETPATH=\nt\public\sdk\lib
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETLIBS= \
|
|
\nt\public\sdk\lib\*\kernel32.lib \
|
|
\nt\public\sdk\lib\*\user32.lib \
|
|
\nt\public\sdk\lib\*\gdi32.lib \
|
|
\nt\public\sdk\lib\*\pwin32.lib \
|
|
|
|
|
|
INCLUDES=.;..
|
|
|
|
C_DEFINES=-DWIN32 -DLZA_DLL
|
|
|
|
SOURCES=buffers.c \
|
|
compress.c \
|
|
expand.c \
|
|
header.c \
|
|
init.c \
|
|
lzcommon.c \
|
|
lzcomp.c \
|
|
lzexp.c \
|
|
utils.c \
|
|
shstart.c
|
|
|
|
|
|
UMTYPE=windows
|