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.

92 lines
2.0 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=inetsvcs
  14. MINORCOMP=iscommon
  15. TARGETNAME=iscommon
  16. TARGETPATH=obj
  17. TARGETTYPE=LIBRARY
  18. CAP_FLAGS = -Zd -Gh
  19. CAP_LINK_OPTIONS=-debugtype:coff -debug:mapped,partial
  20. MSC_WARNING_LEVEL=/W3 /WX
  21. NET_C_DEFINES = -D_INETSVCS_DLL_=1
  22. RAW_TARGETLIBS= \
  23. $(SDK_LIB_PATH)\rpcrt4.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\user32.lib \
  27. $(SDK_LIB_PATH)\crypt32.lib
  28. USE_MSVCRT=1
  29. WIN32_WINNT_VERSION=0x500
  30. !IFDEF CAP_PROFILE
  31. TARGETLIBS= $(RAW_TARGETLIBS) $(SDK_LIB_PATH)\cap.lib
  32. !ELSE
  33. TARGETLIBS= $(RAW_TARGETLIBS)
  34. !ENDIF
  35. INCLUDES=.;..;..\..\inc; \
  36. $(IISBASEDIR)\inc; \
  37. $(IISBASEDIR)\inc\$(O); \
  38. $(DS_INC_PATH)
  39. SOURCES= \
  40. dynodbc.c \
  41. fcache.cxx \
  42. globals.cxx \
  43. igateway.cxx \
  44. iisadmin.cxx \
  45. iisassoc.cxx \
  46. iisbind.cxx \
  47. iisendp.cxx \
  48. iissvc.cxx \
  49. instance.cxx \
  50. isrpc.cxx \
  51. logon32.cxx \
  52. md5c.c \
  53. mimemap.cxx \
  54. mimeutil.cxx \
  55. nsistubs.cxx \
  56. odbcconn.cxx \
  57. parse.cxx \
  58. refb.cxx \
  59. authent.cxx \
  60. security.cxx \
  61. mbsink.cxx \
  62. tcputil.cxx \
  63. tokenacl.cxx \
  64. tsvccfg.cxx \
  65. vroots.cxx \
  66. iisctl.cxx \
  67. iiscert.cxx \
  68. capiutil.cxx \
  69. certnotf.cxx \
  70. sslinfo.cxx
  71. # rnr.cxx \
  72. PRECOMPILED_CXX=1
  73. PRECOMPILED_INCLUDE=tcpdllp.hxx
  74. PRECOMPILED_PCH=tcpdllp.pch
  75. PRECOMPILED_OBJ=tcpdllp.obj