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.

30 lines
477 B

  1. TARGETNAME=zlib
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. USE_MSVCRT=1
  5. INCLUDES=
  6. SOURCES= \
  7. adler32.c \
  8. compress.c \
  9. crc32.c \
  10. deflate.c \
  11. gzio.c \
  12. infblock.c \
  13. infcodes.c \
  14. inffast.c \
  15. inflate.c \
  16. inftrees.c \
  17. infutil.c \
  18. trees.c \
  19. uncompr.c \
  20. zutil.c
  21. PASS1_PUBLISH= \
  22. {$(O)\zlib.lib=$(PROJECT_LIB_PATH)\zlib.lib}
  23. PASS0_PUBLISH= \
  24. {zconf.h=$(PROJECT_INC_PATH)\zconf.h} \
  25. {zlib.h=$(PROJECT_INC_PATH)\zlib.h}