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.

59 lines
1.1 KiB

  1. # ############################################################
  2. # sources
  3. # Author: Murali R. Krishnan ( MuraliK)
  4. # Date: 1-Nov-1995
  5. #
  6. # Describes the macros used for building using NT 'build' command
  7. #
  8. # This directory builds
  9. # Internet Services Server Side Common Library
  10. #
  11. # ############################################################
  12. !include ..\..\..\..\place.inc
  13. MAJORCOMP=webdav
  14. MINORCOMP=_davprs
  15. TARGETNAME=_davprs
  16. TARGETPATH=obj
  17. TARGETTYPE=LIBRARY
  18. C_DEFINES = $(C_DEFINES) -DINC_OLE2
  19. INCLUDES=.;..\inc; \
  20. $(IISBASEDIR)\inc; \
  21. BUFFER_OVERFLOW_CHECKS=1
  22. USE_NATIVE_EH=1
  23. USE_STL=1
  24. SOURCES= \
  25. appmain.cpp \
  26. body.cpp \
  27. content.cpp \
  28. custerr.cpp \
  29. davcom.cpp \
  30. davmb.cpp \
  31. ecb.cpp \
  32. emitting.cpp \
  33. header.cpp \
  34. htmlmap.cpp \
  35. if.cpp \
  36. instdata.cpp \
  37. langtocpid.cpp \
  38. lockmeta.cpp \
  39. method.cpp \
  40. methutil.cpp \
  41. request.cpp \
  42. response.cpp \
  43. security.cpp \
  44. scrptmps.cpp \
  45. szsrc.cpp \
  46. traces.cpp \
  47. url.cpp \
  48. PRECOMPILED_CXX=1
  49. PRECOMPILED_INCLUDE=_davprs.h
  50. PRECOMPILED_PCH=_davprs.pch
  51. PRECOMPILED_OBJ=_davprs.obj