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.

40 lines
1.7 KiB

  1. # sxsversionsmk.inc
  2. #
  3. # This file is not used yet.
  4. # I hope Jon uses it when he addresses
  5. # 586269 Need to rev versions of assemblies for .NET Server
  6. #
  7. # and system_defaultmk.inc should be deleted.
  8. #
  9. # need msvcrt versions
  10. #
  11. # need to be sure to policy files say like
  12. # old = 6.0.0.0 - CURRENT_VIA_PREPROCESSING, new = CURRENT_VIA_PREPROCESSING
  13. #
  14. # stop using preprocessing for the names of dependent assemblies (as system_defaultmk.inc does)
  15. # the names are frozen
  16. #
  17. GDIPLUS_ASSEMBLY_VERSION=1.0
  18. GDIPLUS_ASSEMBLY_VERSION_PART_3=3000
  19. GDIPLUS_ASSEMBLY_VERSION_PART_4=0
  20. GDIPLUS_ASSEMBLY_FULL_VERSION=$(GDIPLUS_ASSEMBLY_VERSION).$(GDIPLUS_ASSEMBLY_VERSION_PART_3).$(GDIPLUS_ASSEMBLY_VERSION_PART_4)
  21. # This does not need to match the nt subsystem version.
  22. SYSTEM_COMPATIBLE_ASSEMBLY_VERSION=5.2
  23. SYSTEM_COMPATIBLE_ASSEMBLY_VERSION_PART_3=0
  24. SYSTEM_COMPATIBLE_ASSEMBLY_VERSION_PART_4=0
  25. SYSTEM_COMPATIBLE_ASSEMBLY_FULL_VERSION=$(SYSTEM_COMPATIBLE_ASSEMBLY_VERSION).$(SYSTEM_COMPATIBLE_ASSEMBLY_VERSION_PART_3).$(SYSTEM_COMPATIBLE_ASSEMBLY_VERSION_PART_4)
  26. COMMON_CONTROLS_ASSEMBLY_VERSION=6.0
  27. # This changes to 100?
  28. COMMON_CONTROLS_ASSEMBLY_VERSION_PART_3=1
  29. COMMON_CONTROLS_ASSEMBLY_VERSION_PART_4=0
  30. COMMON_CONTROLS_ASSEMBLY_FULL_VERSION=$(COMMON_CONTROLS_ASSEMBLY_VERSION).$(COMMON_CONTROLS_ASSEMBLY_VERSION_PART_3).$(COMMON_CONTROLS_ASSEMBLY_VERSION_PART_4)
  31. SXS_MANIFEST_DEFINES= \
  32. $(SXS_MANIFEST_DEFINES) \
  33. -DGDIPLUS_ASSEMBLY_FULL_VERSION_STRING_A="\"$(GDIPLUS_ASSEMBLY_FULL_VERSION)\"" \
  34. -DSYSTEM_COMPATIBLE_ASSEMBLY_FULL_VERSION_STRING_A="\"$(SYSTEM_COMPATIBLE_ASSEMBLY_FULL_VERSION)\"" \
  35. -DCOMMON_CONTROLS_ASSEMBLY_FULL_VERSION_STRING_A="\"$(COMMON_CONTROLS_ASSEMBLY_FULL_VERSION)\"" \