wine/dlls/uiautomationcore/Makefile.in
Connor McAdams ab4a0017e6 uiautomationcore: Implement UiaNodeFromProvider.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2022-07-19 11:06:16 +02:00

15 lines
244 B
Makefile

MODULE = uiautomationcore.dll
IMPORTLIB = uiautomationcore
IMPORTS = uuid ole32 oleaut32 user32 oleacc
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
uia_client.c \
uia_ids.c \
uia_main.c \
uia_provider.c
IDL_SRCS = \
uia_classes.idl