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.
25 lines
820 B
25 lines
820 B
# Just for variety, put one of them in resources.
|
|
!if "$(SXS_HELLO_DLL_VERSION)" == "1"
|
|
SXS_MANIFEST_IN_RESOURCES=
|
|
!endif
|
|
|
|
TARGETNAME=dll$(SXS_HELLO_DLL_VERSION)
|
|
# Don't set this to see if we get symbols places correctly.
|
|
# RESOURCE_ONLY_DLL=
|
|
SOURCES=..\Dll.rc
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
RCOPTIONS=-DSXS_HELLO_DLL_VERSION="\"$(SXS_HELLO_DLL_VERSION)\"" $(RCOPTIONS)
|
|
|
|
SXS_MANIFEST=..\Dll.manifest
|
|
SXS_ASSEMBLY_NAME=com-microsoft-sxs-test-hello-dll
|
|
SXS_ASSEMBLY_VERSION=$(SXS_HELLO_DLL_VERSION).0
|
|
SXS_ASSEMBLY_LANGUAGE=0409
|
|
|
|
# In pass 1 TARGETEXT is lib instead of dll. Not good.
|
|
SXS_MANIFEST_DEFINES=-DSXS_HELLO_DLL_SOURCE="\"$(TARGETNAME).$(TARGETEXT:lib=dll)\"" $(SXS_MANIFEST_DEFINES)
|
|
|
|
# Don't put placefileless test cases in "dump".
|
|
#NO_BINPLACE=
|
|
SXS_BINPLACE_NO_VERSION_RESOURCE_OK=
|