Source code of Windows XP (NT5)
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.

131 lines
2.1 KiB

  1. !IF 0
  2. Copyright (c) 1993-94 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=shell
  5. MINORCOMP=msftedit
  6. TARGETNAME=msftedit
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=DYNLINK
  9. DLLENTRY=DllMain
  10. DLLDEF=msftedit.def
  11. UMTYPE=windows
  12. !if $(386)
  13. DELAYLOAD_VERSION=0x100
  14. !endif
  15. INCLUDES=..\inc41;..\lsinc;..\tom41;
  16. NOT_LEAN_AND_MEAN=1
  17. WINVER_VERSION=0x0500
  18. C_DEFINES = $(C_DEFINES) -DDLL -D_WINDOWS -DUNICODE -DNT_BUILD
  19. SOURCES = \
  20. antievt.cpp \
  21. array.cpp \
  22. callmgr.cpp \
  23. cbhost.cpp \
  24. cfpf.cpp \
  25. clasifyc.cpp \
  26. cmsgflt.cpp \
  27. coleobj.cpp \
  28. cuim.cpp \
  29. debug.cpp \
  30. devdsc.cpp \
  31. dfreeze.cpp \
  32. disp.cpp \
  33. dispml.cpp \
  34. dispprt.cpp \
  35. dispsl.cpp \
  36. doc.cpp \
  37. dragdrp.cpp \
  38. dxfrobj.cpp \
  39. edit.cpp \
  40. font.cpp \
  41. format.cpp \
  42. frunptr.cpp \
  43. hash.cpp \
  44. host.cpp \
  45. hyph.cpp \
  46. iaccess.cpp \
  47. ime.cpp \
  48. kern.cpp \
  49. layout.cpp \
  50. lbhost.cpp \
  51. ldte.cpp \
  52. line.cpp \
  53. m_undo.cpp \
  54. magellan.cpp \
  55. measure.cpp \
  56. notmgr.cpp \
  57. object.cpp \
  58. objmgr.cpp \
  59. ols.cpp \
  60. olsole.cpp \
  61. osdc.cpp \
  62. propchg.cpp \
  63. range.cpp \
  64. reinit.cpp \
  65. render.cpp \
  66. rtext.cpp \
  67. rtflex.cpp \
  68. rtfread.cpp \
  69. rtfread2.cpp \
  70. rtfwrit.cpp \
  71. rtfwrit2.cpp \
  72. runptr.cpp \
  73. select.cpp \
  74. text.cpp \
  75. textnot.cpp \
  76. textserv.cpp \
  77. tomdoc.cpp \
  78. tomfmt.cpp \
  79. tomrange.cpp \
  80. tomsel.cpp \
  81. txtbrk.cpp \
  82. urlsup.cpp \
  83. uspi.cpp \
  84. util.cpp \
  85. utilmem.cpp \
  86. uuid.cpp \
  87. w32sys.cpp \
  88. msftedit.rc
  89. TARGETLIBS= \
  90. $(SDK_LIB_PATH)\kernel32.lib \
  91. $(SDK_LIB_PATH)\advapi32.lib \
  92. $(SDK_LIB_PATH)\user32.lib \
  93. $(SDK_LIB_PATH)\gdi32.lib \
  94. $(SDK_LIB_PATH)\usp10.lib \
  95. !if $(AMD64)
  96. $(SDK_LIB_PATH)\delayload.lib \
  97. !endif
  98. $(WINDOWS_LIB_PATH)\msls31.lib
  99. !if !$(386)
  100. USE_NTDLL=1
  101. !endif
  102. DELAYLOAD=msls31.dll;usp10.dll
  103. DLOAD_ERROR_HANDLER=DliHook
  104. PRECOMPILED_INCLUDE=_common.h
  105. PRECOMPILED_OBJECT=precomp.obj
  106. PRECOMPILED_CXX=1
  107. NTTARGETFILES=
  108. #
  109. # uncomment this to enable side-by-side
  110. # resources haven't yet been broken into a seperate assembly
  111. #
  112. #SXS_MANIFEST=richedit.manifest
  113. #!include ..\re41.inc