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.

125 lines
4.0 KiB

  1. !INCLUDE ..\smtp.inc
  2. MAJORCOMP=smtp
  3. MINORCOMP=smtpsvc
  4. USE_ATL=1
  5. C_DEFINES=-D_USE_RWNH_ -DTHIS_MODULE=\"SMTP\"
  6. TARGETNAME=smtpsvc
  7. TARGETTYPE=DYNLINK
  8. TARGETPATH=obj
  9. TARGETLIBS= \
  10. $(SDK_LIB_PATH)\kernel32.lib \
  11. $(SDK_LIB_PATH)\advapi32.lib \
  12. $(SDK_LIB_PATH)\user32.lib \
  13. $(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib \
  14. $(IISBASEDIR)\svcs\infocomm\atq\$(O)\isatq.lib \
  15. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  16. $(SDK_LIB_PATH)\ntdll.lib \
  17. $(SDK_LIB_PATH)\netlib.lib \
  18. $(SDK_LIB_PATH)\rpcrt4.lib \
  19. $(SDK_LIB_PATH)\lsadll.lib \
  20. $(SDK_LIB_PATH)\version.lib \
  21. $(SDK_LIB_PATH)\ole32.lib \
  22. $(SDK_LIB_PATH)\oleaut32.lib \
  23. $(SDK_LIB_PATH)\uuid.lib \
  24. $(SDK_LIB_PATH)\wsock32.lib \
  25. $(SDK_LIB_PATH)\oledb.lib \
  26. $(SDK_LIB_PATH)\crypt32.lib \
  27. $(SDK_LIB_PATH)\wsock32.lib \
  28. $(SDK_LIB_PATH)\ws2_32.lib \
  29. $(SDK_LIB_PATH)\dnsapi.lib \
  30. $(SDK_LIB_PATH)\ntdsapi.lib \
  31. $(STAXCORELIBPATH)\fcachdll.lib \
  32. $(STAXCORELIBPATH)\shuttle.lib \
  33. $(STAXCORELIBPATH)\simauth2.lib \
  34. $(STAXCORELIBPATH)\simssl2.lib \
  35. $(STAXCORELIBPATH)\asyncon.lib \
  36. $(STAXCORELIBPATH)\smtpaddr.lib \
  37. $(STAXCORELIBPATH)\gethostlib.lib \
  38. $(STAXCORELIBPATH)\seolib.lib \
  39. $(STAXCORELIBPATH)\exstrace.lib \
  40. $(STAXCORELIBPATH)\rwnh.lib \
  41. $(STAXCORELIBPATH)\blockmgr.lib \
  42. $(STAXCORELIBPATH)\cmmprops.lib \
  43. $(STAXCORELIBPATH)\evntwrap.lib \
  44. $(STAXCORELIBPATH)\crchash.lib \
  45. $(STAXCORELIBPATH)\rwex.lib \
  46. $(STAXSMTPLIBPATH)\mseodisp.lib
  47. DLLENTRY=_DllMainCRTStartup
  48. INCLUDES=$(STAXINC); \
  49. $(STAXINC)\export; \
  50. $(IISBASEDIR)\inc; \
  51. $(IISBASEDIR)\inc\$(O); \
  52. $(STAXSMTP)\inc; \
  53. $(STAXSMTP); \
  54. $(STAXSMTP)\seo\mseodisp;
  55. SOURCES = \
  56. smtpinst.cxx \
  57. dirnot.cxx \
  58. connect.cxx \
  59. main.cxx \
  60. smtpsvc_s.c \
  61. svcstat.cpp \
  62. smtpcli.cxx \
  63. queue.cxx \
  64. remoteq.cxx \
  65. dropdir.cxx \
  66. smtpout.cxx \
  67. headers.cxx \
  68. admin.cxx \
  69. timeconv.cxx \
  70. stats.cxx \
  71. globals.cxx \
  72. iissmtp.cxx \
  73. rpcex.cxx \
  74. conn.cxx \
  75. findiis.cxx \
  76. shash.cxx \
  77. isrpc.cxx \
  78. rpcmain.cxx \
  79. base64.cxx \
  80. asyncmx.cxx \
  81. aqstore.cxx \
  82. smtpsvr.cpp \
  83. smtpdns.cxx \
  84. cpropbag.cxx \
  85. pe_out.cxx \
  86. pe_dispi.cxx \
  87. pe_disp_i.c \
  88. smtpevent_i.c \
  89. pe_supp.cxx \
  90. spinlock.cpp \
  91. strcscmp.cxx \
  92. adns.cpp \
  93. smtpsvc2.rc
  94. PASS0_HEADERDIR=$(O)
  95. PASS0_SOURCEDIR=$(O)
  96. NTTARGETFILE0=$(O)\seo.h \
  97. $(O)\mailmsg.h \
  98. $(O)\mailmsgi.h \
  99. $(O)\aqueue.h \
  100. $(O)\smtpevent.h \
  101. $(O)\cdo.h \
  102. $(O)\pe_disp.h \
  103. $(O)\smtpdisp.h \
  104. $(O)\imsg.h \
  105. $(O)\smtpmsg.h \
  106. $(O)\smtpsvc.h \
  107. $(O)\msg00001.bin \
  108. $(O)\smtpmsg.rc
  109. PRECOMPILED_CXX=1
  110. PRECOMPILED_INCLUDE=smtpinc.h
  111. PRECOMPILED_OBJ=smtpinc.obj
  112. !include $(STAXINC)\build\sources.inc