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.

112 lines
2.6 KiB

  1. !IF 0
  2. Copyright (c) 1989-1996 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. 16-Oct-96 now uses common-proj lib (t-erikne)
  12. Created by Bryan Tuttle (bryant)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. ATHROOT=..
  17. !include $(ATHROOT)\athena.inc
  18. SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
  19. C_DEFINES=$(C_DEFINES) -D_MSOEACCTAPI_ -D_MSOEACCT_DLL
  20. USE_LIBCMT=1
  21. NO_NTDLL=1
  22. UMTYPE=windows
  23. #
  24. # Fusionized
  25. #
  26. SXS_ASSEMBLY_NAME=Microsoft.Windows.InternetExplorer.OutlookExpress
  27. SXS_ASSEMBLY_VERSION=1.0
  28. SXS_ASSEMBLY_LANGUAGE=en
  29. SXS_MANIFEST=msoe.Manifest
  30. SXS_MANIFEST_IN_RESOURCES=1
  31. SXS_MANIFEST_RESOURCE_ID=123
  32. SXS_NO_BINPLACE=1
  33. TARGETNAME=msoeacct
  34. TARGETPATH=obj
  35. TARGETTYPE=DYNLINK
  36. DLLDEF=imnacct.def
  37. DLLENTRY=_DllMainCRTStartup
  38. DLLORDER=$(ATHROOT)\prf\$(BBT_TARGET)\msoeacct.prf
  39. SYNCHRONIZE_DRAIN=1
  40. INCLUDES=\
  41. $(BASEDIR)\private\windows\inc;\
  42. $(INCLUDES);\
  43. $(ATHROOT)\mailnews\extinc
  44. LINKLIBS = \
  45. $(ATHROOT)\staticrt\$O\staticrt.lib
  46. SOURCES= \
  47. acctman.cpp \
  48. acctui.cpp \
  49. agntnews.cpp \
  50. AutoDiscovery.cpp \
  51. commact.cpp \
  52. commnews.cpp \
  53. connect.cpp \
  54. defguid.cpp \
  55. dllmain.cpp \
  56. eudora.cpp \
  57. exchacct.cpp \
  58. factory.cpp \
  59. hotwizui.cpp \
  60. hotwizom.cpp \
  61. icwacct.cpp \
  62. ipropobj.cpp \
  63. navnews.cpp \
  64. netscape.cpp \
  65. nexpress.cpp \
  66. oeconprp.cpp \
  67. propcryp.cpp \
  68. server.cpp \
  69. silent.cpp \
  70. wizproc.cpp \
  71. mimedem.cpp \
  72. imnacct.rc
  73. TARGETLIBS= \
  74. $(ATHROOT)\msoert\$O\msoert2.lib \
  75. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  76. $(BASEDIR)\public\sdk\lib\*\ole32.lib \
  77. $(BASEDIR)\public\sdk\lib\*\oleaut32.lib \
  78. $(BASEDIR)\public\sdk\lib\*\htmlhelp.lib \
  79. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  80. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  81. $(BASEDIR)\public\internal\shell\lib\*\shfusiona.lib \
  82. $(BASEDIR)\public\sdk\lib\*\gdi32.lib \
  83. $(BASEDIR)\public\sdk\lib\*\uuid.lib \
  84. $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
  85. $(SHELL_LIB_PATH)\shlwapip.lib
  86. MISCFILES= \
  87. msoeacct.hlp
  88. NTTARGETFILES=
  89. PRECOMPILED_CXX=1
  90. PRECOMPILED_INCLUDE=pch.hxx
  91. PRECOMPILED_OPTION=
  92. PRECOMPILED_TARGET=