12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
|
|
||
|
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
|