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.

44 lines
859 B

  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=_xml
  15. TARGETNAME=_xml
  16. TARGETPATH=obj
  17. TARGETTYPE=LIBRARY
  18. C_DEFINES = $(C_DEFINES) -DINC_OLE2
  19. BUFFER_OVERFLOW_CHECKS=1
  20. USE_NATIVE_EH=1
  21. USE_STL=1
  22. INCLUDES=.;..\inc; \
  23. SOURCES= \
  24. chartype.cpp \
  25. var.cpp \
  26. xemit.cpp \
  27. xfind.cpp \
  28. xlock.cpp \
  29. xmlparser_i.c \
  30. xout.cpp \
  31. xpatch.cpp \
  32. xsearch.cpp \
  33. PRECOMPILED_CXX=1
  34. PRECOMPILED_INCLUDE=_xml.h
  35. PRECOMPILED_PCH=_xml.pch
  36. PRECOMPILED_OBJ=_xml.obj