6 lines
93 B
Makefile
6 lines
93 B
Makefile
|
TESTDLL = uiautomationcore.dll
|
||
|
IMPORTS = uiautomationcore user32
|
||
|
|
||
|
C_SRCS = \
|
||
|
uiautomation.c
|