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.
12 lines
319 B
12 lines
319 B
|
|
C_DEFINES=$(C_DEFINES) -DWIN32 -DWINNT -DUNICODE -D_UNICODE
|
|
|
|
!include ..\sources.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) ..\sources.inc
|
|
|
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.Accessibility.Wizard
|
|
SXS_MANIFEST=accwiz.exe.manifest
|
|
SXS_NO_BINPLACE=1
|
|
SXS_MANIFEST_IN_RESOURCES=1
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|