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.

93 lines
1.4 KiB

  1. #
  2. # To prevent inclusion of pwinbase.h on the desktop set PEGISV here
  3. #
  4. !if "$(_PEGTGTPLAT)" == "DESKTOP" || "$(_PEGTGTPLAT)" == "DESKTOP_SDK"
  5. PEGISV=1
  6. !endif
  7. PEGAPPSROOT=$(SRCDIR)\..
  8. TARGETNAME=riched20
  9. TARGETTYPE=DLL
  10. CONDITIONAL_INCLUDES =
  11. CINCLUDES= /I$(SRCDIR) /I$(SRCDIR)\..\inc /I$(SRCDIR)\..\tom
  12. RINCLUDES=$(CINCLUDES)
  13. SOURCES= \
  14. richedit.rc\
  15. antievt.cpp\
  16. array.cpp\
  17. callmgr.cpp\
  18. cfpf.cpp\
  19. clasifyc.cpp\
  20. coleobj.cpp\
  21. devdsc.cpp\
  22. dfreeze.cpp\
  23. disp.cpp\
  24. dispml.cpp\
  25. dispprt.cpp\
  26. dispsl.cpp\
  27. doc.cpp\
  28. dragdrp.cpp\
  29. dxfrobj.cpp\
  30. edit.cpp\
  31. font.cpp\
  32. format.cpp\
  33. frunptr.cpp\
  34. hash.cpp\
  35. host.cpp\
  36. ime.cpp\
  37. ldte.cpp\
  38. line.cpp\
  39. m_undo.cpp\
  40. magellan.cpp\
  41. measure.cpp\
  42. notmgr.cpp\
  43. object.cpp\
  44. objmgr.cpp\
  45. osdc.cpp\
  46. propchg.cpp\
  47. range.cpp\
  48. reinit.cpp\
  49. remain.cpp\
  50. render.cpp\
  51. rtext.cpp\
  52. rtflex.cpp\
  53. rtfread.cpp\
  54. rtfread2.cpp\
  55. rtfwrit.cpp\
  56. rtfwrit2.cpp\
  57. runptr.cpp\
  58. select.cpp\
  59. text.cpp\
  60. textserv.cpp\
  61. tomdoc.cpp\
  62. tomfmt.cpp\
  63. tomrange.cpp\
  64. tomsel.cpp\
  65. urlsup.cpp\
  66. util.cpp\
  67. uuid.cpp\
  68. w32sys.cpp\
  69. win2mac.cpp
  70. RDEFINES=-DPEGASUS
  71. CDEFINES=-DSYS_CTRL -DPEGASUS_PERP -D_PEGEMUL_H_ -DPEGASUS
  72. !if !$(HW_DEVICE)
  73. CDEFINES=$(CDEFINES) -D_PEGEMUL_H_
  74. RDEFINES=$(RDEFINES) -DPOCKETWORD -DPEGASUS_PERP
  75. DLLBASE=@$(PEGAPPSROOT)\dllbase.txt,$(TARGETNAME)
  76. !else
  77. CDEFINES=$(CDEFINES) -DPEGASUS_SDK
  78. !endif
  79. # V-GUYB: For V2 preserve as much unhandled rtf as possible.
  80. CDEFINES=$(CDEFINES) -DRE_STOREUNHANDLEDRTF