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
21 lines
677 B
!IF 0
|
|
Copyright (c) Microsoft Corporation
|
|
!ENDIF
|
|
|
|
!include $(NTMAKEENV)\system_defaultmk.inc
|
|
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
SOURCES=
|
|
|
|
#
|
|
# The assembly version is defaulted productwide in makefile.def, and
|
|
# basesrv gets it from PEB->OSMajorVersion, OSMinorVersion.
|
|
#
|
|
SXS_MANIFEST=Default.manifest
|
|
SXS_ASSEMBLY_NAME=$(SYSTEM_COMPATIBLE_ASSEMBLY_NAME)
|
|
SXS_SHORT_ASSEMBLY_NAME=msft-windows-system-Default
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
|
SXS_ASSEMBLY_VERSION=$(SYSTEM_COMPATIBLE_ASSEMBLY_VERSION)
|
|
SXS_ASSEMBLY_VERSION_PART_3=$(SYSTEM_COMPATIBLE_ASSEMBLY_VERSION_PART_3)
|
|
SXS_ASSEMBLY_VERSION_PART_4=$(SYSTEM_COMPATIBLE_ASSEMBLY_VERSION_PART_4)
|