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.

109 lines
3.5 KiB

  1. !IF 0
  2. Copyright (c) 1999-2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. History:
  11. Moved from \nt\shell\ext\AutoDiscovery\ to \nt\inetcore\OutlookExpress\AutoDiscovery\ 10-Apr-2000 Bryan Starbuck (BryanSt)
  12. Converted for AutoDiscovery 11-Dec-99 Bryan Starbuck (BryanSt)
  13. Cleanup for Neptune 13-Aug-99 Bryan Starbuck (BryanSt)
  14. Created 27-Sep-94 by Bob Day (bobday)
  15. from template created 12-Apr-1990 by Steve Wood (stevewo)
  16. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  17. !ENDIF
  18. TARGET_BOTH = 1
  19. PRECOMPILED_CXX = 1
  20. USE_STATIC_ATL = 1
  21. NO_BROWSER_FILE = 1
  22. USE_ATL = 1
  23. ATL_VER = 30
  24. SOURCES_USED = $(SOURCES_USED)
  25. INCLUDES = $(INCLUDES);$(SDK_LIB_PATH);$(DS_INC_PATH);$(PROJECT_ROOT)\lib\$(0);$(O);$(SHELL_INC_PATH)
  26. C_DEFINES = $(C_DEFINES) -D_USRDLL -DUNICODE
  27. # We may want to use 0x0400
  28. WIN32_WINNT_VERSION=0x0400
  29. WIN32_WIN95_VERSION=0x0400
  30. TARGETNAME = AUTODISC
  31. TARGETPATH = obj
  32. TARGETTYPE = DYNLINK
  33. # ignore link warning from multiple versions of IID_IMessage
  34. LINKER_FLAGS = $(LINKER_FLAGS) -IGNORE:4006,4088
  35. # make sure shlwapi.lib is before shell32.lib for override.
  36. # for DOJ compliance, don't link to shell32p.lib
  37. TARGETLIBS = \
  38. $(SDK_LIB_PATH)\kernel32.lib \
  39. $(SDK_LIB_PATH)\gdi32.lib \
  40. $(SDK_LIB_PATH)\user32.lib \
  41. $(SDK_LIB_PATH)\advapi32.lib \
  42. $(SDK_LIB_PATH)\uuid.lib \
  43. $(SDK_LIB_PATH)\ole32.lib \
  44. $(SDK_LIB_PATH)\oleaut32.lib \
  45. $(DS_LIB_PATH)\rsa32.lib \
  46. $(SHELL_LIB_PATH)\shlwapip.lib \
  47. $(SHELL_LIB_PATH)\comctlp.lib \
  48. $(SDK_LIB_PATH)\shell32.lib \
  49. $(LIBRARY_PATH)\wininet.lib
  50. USE_MSVCRT = 1
  51. DLLDEF = $(O)\autodisc.def
  52. DLLENTRY = DllEntry
  53. DLLBASE = 0x71200000
  54. INCLUDES = $(INCLUDES);$(PROJECT_ROOT)\lib\$(O);$(O)
  55. PRECOMPILED_INCLUDE = priv.h
  56. NTTARGETFILES =
  57. SOURCES = \
  58. ACEmail.cpp \
  59. AutoDiscBase.cpp \
  60. AutoDiscover.cpp \
  61. AutoDiscMail.cpp \
  62. classfactory.cpp \
  63. cobjsafe.cpp \
  64. cowsite.cpp \
  65. debug.cpp \
  66. dspsprt.cpp \
  67. dllload.cpp \
  68. dllreg.cpp \
  69. dllmain.cpp \
  70. EmailAssoc.cpp \
  71. guids.cpp \
  72. INStoXML.cpp \
  73. MailBox.cpp \
  74. MailBoxUI.cpp \
  75. MBDeskBar.cpp \
  76. MailProtocol.cpp \
  77. objcache.cpp \
  78. resource.rc \
  79. util.cpp \
  80. wizard.cpp