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.

21 lines
570 B

  1. #
  2. # SideBySide stuff.
  3. #
  4. SXS_ASSEMBLY_NAME=Microsoft.Windows.Richedit
  5. SXS_SHORT_ASSEMBLY_NAME=msft-windows-richedit
  6. SXS_ASSEMBLY_VERSION=4.1
  7. SXS_ASSEMBLY_VERSION_PART_3=0
  8. SXS_ASSEMBLY_VERSION_PART_4=0
  9. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  10. #
  11. # This must match richedit.h:#define MSFTEDIT_CLASS L"RICHEDIT50W"
  12. #
  13. MSFTEDIT_CLASS=RICHEDIT50W
  14. SXS_MANIFEST_DEFINES=$(SXS_MANIFEST_DEFINES) -DMSFTEDIT_CLASS=$(MSFTEDIT_CLASS)
  15. #
  16. # This is only temporary, until msftedit.dll is
  17. # added to system default and/or removed from system32.
  18. #
  19. SXS_BINPLACE_ALSO_ROOT=1