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
677 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. !include $(NTMAKEENV)\system_defaultmk.inc
  5. TARGETTYPE=NOTARGET
  6. TARGETPATH=$(_OBJ_DIR)
  7. SOURCES=
  8. #
  9. # The assembly version is defaulted productwide in makefile.def, and
  10. # basesrv gets it from PEB->OSMajorVersion, OSMinorVersion.
  11. #
  12. SXS_MANIFEST=Default.manifest
  13. SXS_ASSEMBLY_NAME=$(SYSTEM_COMPATIBLE_ASSEMBLY_NAME)
  14. SXS_SHORT_ASSEMBLY_NAME=msft-windows-system-Default
  15. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  16. SXS_ASSEMBLY_VERSION=$(SYSTEM_COMPATIBLE_ASSEMBLY_VERSION)
  17. SXS_ASSEMBLY_VERSION_PART_3=$(SYSTEM_COMPATIBLE_ASSEMBLY_VERSION_PART_3)
  18. SXS_ASSEMBLY_VERSION_PART_4=$(SYSTEM_COMPATIBLE_ASSEMBLY_VERSION_PART_4)