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.

39 lines
782 B

  1. !include ..\..\smtp.inc
  2. MAJORCOMP=smtp
  3. MINORCOMP=mseodisp
  4. USE_CRT=1
  5. USE_ATL=1
  6. USE_STL=1
  7. TARGETNAME=mseodisp
  8. TARGETTYPE=LIBRARY
  9. TARGETPATH=$(STAXSMTPTARGET)
  10. INCLUDES=$(STAXINC); \
  11. $(STAXINC)\export; \
  12. $(IISBASEDIR)\inc; \
  13. $(IISBASEDIR)\inc\$(O); \
  14. $(STAXSMTP)\inc;
  15. C_DEFINES = -DTHIS_MODULE=\"SMTP\"
  16. SOURCES = seodisp.cpp \
  17. wildmat.cpp \
  18. catparams.cpp
  19. PASS0_HEADERDIR=$(O)
  20. PASS0_SOURCEDIR=$(O)
  21. NTTARGETFILE0=$(O)\mailmsg.h \
  22. $(O)\mailmsgi.h \
  23. $(O)\aqueue.h \
  24. $(O)\seo.h \
  25. $(O)\cdo.h \
  26. $(O)\smtpdisp.h \
  27. $(O)\imsg.h \
  28. $(O)\smtpevent.h
  29. !include $(STAXINC)\build\sources.inc