Leaked source code of windows server 2003
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.

31 lines
543 B

  1. TARGETPATH=obj
  2. TARGETTYPE=LIBRARY
  3. USE_MSVCRT=1
  4. C_DEFINES=/DMY_ZCALLOC
  5. SOURCES= \
  6. ..\adler32.c \
  7. ..\compress.c \
  8. ..\crc32.c \
  9. ..\deflate.c \
  10. ..\gzio.c \
  11. ..\infblock.c \
  12. ..\infcodes.c \
  13. ..\inffast.c \
  14. ..\inflate.c \
  15. ..\inftrees.c \
  16. ..\infutil.c \
  17. ..\trees.c \
  18. ..\uncompr.c \
  19. ..\zutil.c \
  20. ..\default_allocator.c
  21. PASS1_PUBLISH= \
  22. {$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}
  23. !if $(IA64)
  24. # Emit LTCG codegen
  25. LTCG_WKS=1
  26. !endif