Source code of Windows XP (NT5)
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

  1. TARGETNAME=winlza
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. USE_MSVCRT=1
  5. INCLUDES=.;..
  6. C_DEFINES=-DWIN32 -DLZA_DLL -D_KERNEL32_
  7. SOURCES=buffers.c \
  8. compress.c \
  9. expand.c \
  10. header.c \
  11. init.c \
  12. lzcommon.c \
  13. lzcomp.c \
  14. lzexp.c \
  15. utils.c \
  16. shstart.c \
  17. utilsnls.c