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.

45 lines
996 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. USE_STL=1
  18. MSC_WARNING_LEVEL = /W3 /WX
  19. C_DEFINES = $(C_DEFINES) -DIP_ENABLE_COUNTERS -DLKR_DEPRECATED_ITERATORS
  20. INCLUDES= .;..\common; \
  21. $(IISBASEDIR)\inc; \
  22. $(IISBASEDIR)\inc\$(O)
  23. SOURCES=\
  24. BlobCach.cxx \
  25. FileOpen.cxx \
  26. Tsunami.cxx \
  27. FileMisc.cxx \
  28. FileCach.cxx \
  29. FileInfo.cxx \
  30. MetaCach.cxx \
  31. DirList.cxx \
  32. DirListp.cxx \
  33. DirChang.cxx \
  34. VirtRoot.cxx \
  35. TsMemp.cxx \
  36. TlCach.cxx \
  37. ETagMB.cxx \