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.

44 lines
914 B

  1. # sources
  2. # Author: Murali R. Krishnan ( MuraliK)
  3. # Date: 2-March-1995
  4. #
  5. # Describes the macros used for building using NT 'build' command
  6. #
  7. !include ..\..\..\place.inc
  8. MAJORCOMP=inetsvcs
  9. MINORCOMP=corecach
  10. TARGETNAME=corecach
  11. TARGETPATH=obj
  12. TARGETTYPE=LIBRARY
  13. TARGET_LIBS=$(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\advapi32.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. USE_MSVCRT=1
  17. MSC_WARNING_LEVEL = /W3 /WX
  18. C_DEFINES = $(C_DEFINES) -DIP_ENABLE_COUNTERS
  19. INCLUDES= .;..\common; \
  20. $(IISBASEDIR)\inc; \
  21. $(IISBASEDIR)\inc\$(O)
  22. SOURCES=\
  23. BlobCach.cxx \
  24. FileOpen.cxx \
  25. Tsunami.cxx \
  26. FileMisc.cxx \
  27. FileCach.cxx \
  28. FileInfo.cxx \
  29. MetaCach.cxx \
  30. DirList.cxx \
  31. DirListp.cxx \
  32. DirChang.cxx \
  33. VirtRoot.cxx \
  34. TsMemp.cxx \
  35. TlCach.cxx \
  36. ETagMB.cxx \