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.

99 lines
2.7 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. R=..
  17. !include $(R)\common.inc
  18. SOURCES_USED=$(SOURCES_USED) $(R)\common.inc
  19. NO_NTDLL=1
  20. UMTYPE=windows
  21. # needed so that ..\inetcomm\build\$O\inetcomm.lib will be done before we try to use it
  22. SYNCHRONIZE_DRAIN=1
  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=msoe
  34. TARGETPATH=obj
  35. TARGETTYPE=DYNLINK
  36. DLLDEF=mailnews.def
  37. DLLENTRY=_DllMainCRTStartup
  38. DLLORDER=$(ATHROOT)\prf\$(BBT_TARGET)\msoe.prf
  39. # Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
  40. !ifdef LINK_LIB_IGNORE
  41. LINK_LIB_IGNORE_FLAG=-IGNORE:$(LINK_LIB_IGNORE),4049,4217
  42. !else
  43. LINK_LIB_IGNORE_FLAG=-IGNORE:4049,4217
  44. !endif
  45. SOURCES = msoe.rc
  46. LINKLIBS = \
  47. $(R)\common\$O\common.lib \
  48. $(R)\view\$O\view.lib \
  49. $(R)\mail\$O\mail.lib \
  50. $(R)\news\$O\news.lib \
  51. $(R)\shell\$O\shell.lib \
  52. $(R)\store\$O\store.lib \
  53. $(R)\imap\$O\imap.lib \
  54. $(R)\http\$O\http.lib \
  55. $(R)\spooler\$O\spooler.lib \
  56. $(R)\bactrl\$O\bactrl.lib \
  57. $(R)\rules\$O\rules.lib \
  58. $(R)\inc\$O\pch.lib \
  59. $(ATHROOT)\mirlib\$O\mirror.lib \
  60. $(ATHROOT)\staticrt\$O\staticrt.lib
  61. TARGETLIBS= \
  62. $(ATHROOT)\oeguids\$O\oeguids.lib \
  63. $(ATHROOT)\msoert\$O\msoert2.lib \
  64. $(ATHROOT)\msoeacct\$O\msoeacct.lib \
  65. $(ATHROOT)\inetcomm\build\$O\inetcomm.lib \
  66. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  67. $(BASEDIR)\public\sdk\lib\*\htmlhelp.lib \
  68. $(BASEDIR)\public\internal\shell\lib\*\shfusionA.lib \
  69. $(BASEDIR)\public\sdk\lib\*\gdi32.lib \
  70. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  71. $(BASEDIR)\public\sdk\lib\*\ole32.lib \
  72. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  73. $(BASEDIR)\public\sdk\lib\*\uuid.lib \
  74. $(SHELL_LIB_PATH)\ieguidp.lib \
  75. $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
  76. $(SHELL_LIB_PATH)\shlwapip.lib \
  77. $(BASEDIR)\public\sdk\lib\*\oleaut32.lib \
  78. !IF $(IA64)
  79. $(SDK_LIB_PATH)\atl21asm.lib
  80. !ENDIF
  81. NTTARGETFILES=