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.
23 lines
497 B
23 lines
497 B
# NOTE THIS IS USED TO GENERATE THE UNICODE VERSION OF ICWCONN1.EXE
|
|
|
|
|
|
|
|
#
|
|
# Fusionize
|
|
#
|
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.ICWConn1
|
|
SXS_ASSEMBLY_VERSION=1.0
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
|
SXS_MANIFEST=icwconn1.Manifest
|
|
SXS_MANIFEST_IN_RESOURCES=1
|
|
SXS_MANIFEST_RESOURCE_ID=2
|
|
SXS_NO_BINPLACE=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
|
|
|
|
LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
|
|
|
|
!include ..\clntsrcs.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) ..\clntsrcs.inc
|
|
|