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
2.5 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. USE_LIBCMT=1
  20. NO_NTDLL=1
  21. UMTYPE=windows
  22. #
  23. # Fusionized
  24. #
  25. SXS_ASSEMBLY_NAME=Microsoft.Windows.InternetExplorer.OutlookExpress
  26. SXS_ASSEMBLY_VERSION=1.0
  27. SXS_ASSEMBLY_LANGUAGE=en
  28. SXS_MANIFEST=msoe.Manifest
  29. SXS_MANIFEST_IN_RESOURCES=1
  30. SXS_MANIFEST_RESOURCE_ID=123
  31. SXS_NO_BINPLACE=1
  32. TARGETPATH=obj
  33. TARGETTYPE=DYNLINK
  34. TARGETNAME=msoert2
  35. DLLDEF=$O\msoert.def
  36. DLLENTRY=_DllMainCRTStartup
  37. DLLORDER=$(ATHROOT)\prf\$(BBT_TARGET)\msoert2.prf
  38. SYNCHRONIZE_DRAIN=1
  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. C_DEFINES=$(C_DEFINES) -D_MSOERT_ -D_MSOERT_DLL_
  46. INCLUDES=$(INCLUDES);$(BASEDIR)\private\windows\inc;$(ATHROOT)\mailnews\extinc;
  47. LINKLIBS = \
  48. $(ATHROOT)\staticrt\$O\staticrt.lib
  49. SOURCES= \
  50. htmlcset.cpp \
  51. msoert.rc \
  52. clogfile.cpp \
  53. _regutil.cpp \
  54. athena.cpp \
  55. bstr.cpp \
  56. capiutil.cpp \
  57. datetime.cpp \
  58. defguid.cpp \
  59. dllmain.cpp \
  60. mshtutil.cpp \
  61. oertutil.cpp \
  62. protstor.cpp \
  63. rasutil.cpp \
  64. dataobj.cpp \
  65. stmutil.cpp \
  66. strutil.cpp \
  67. unknlist.cpp \
  68. voidlist.cpp \
  69. wstrings.c \
  70. oenotify.cpp \
  71. enumfmt.cpp \
  72. hfilestm.cpp \
  73. unicnvrt.cpp
  74. TARGETLIBS= \
  75. $(SDK_LIB_PATH)\kernel32.lib \
  76. $(SDK_LIB_PATH)\ole32.lib \
  77. $(SDK_LIB_PATH)\user32.lib \
  78. $(BASEDIR)\public\internal\shell\lib\*\shfusionA.lib \
  79. $(SDK_LIB_PATH)\advapi32.lib \
  80. $(SDK_LIB_PATH)\gdi32.lib \
  81. $(SDK_LIB_PATH)\uuid.lib \
  82. $(SDK_LIB_PATH)\shlwapi.lib \
  83. $(SDK_LIB_PATH)\oleaut32.lib
  84. MISCFILES=
  85. PRECOMPILED_CXX=1
  86. PRECOMPILED_INCLUDE=pch.hxx
  87. PRECOMPILED_OPTION=
  88. PRECOMPILED_TARGET=