mirror of https://github.com/tongzx/nt5src
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.
20 lines
571 B
20 lines
571 B
!IF 0
|
|
Copyright (c) Microsoft Corporation
|
|
!ENDIF
|
|
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
SOURCES=
|
|
|
|
SXS_MANIFEST=mswincrt.manifest
|
|
SXS_REDIRECTED_ASSEMBLY_NAME=Microsoft.Windows.CPlusPlusRuntime
|
|
SXS_ASSEMBLY_NAME=policy.7.0.$(SXS_REDIRECTED_ASSEMBLY_NAME)
|
|
SXS_SHORT_ASSEMBLY_NAME=policy-msft-mswincrt
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
|
SXS_ASSEMBLY_IS_POLICY=1
|
|
SXS_ASSEMBLY_VERSION=7.0
|
|
SXS_ASSEMBLY_VERSION_PART_3=10
|
|
SXS_ASSEMBLY_VERSION_PART_4=0
|
|
|
|
SXS_MANIFEST_DEFINES=$(SXS_MANIFEST_DEFINES) \
|
|
-DSXS_REDIRECTED_ASSEMBLY_NAME="\"$(SXS_REDIRECTED_ASSEMBLY_NAME)\"" \
|