mirror of
https://github.com/reactos/wine.git
synced 2024-12-06 18:56:49 +00:00
11 lines
118 B
Makefile
11 lines
118 B
Makefile
TESTDLL = netapi32.dll
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
access.c \
|
|
apibuf.c \
|
|
ds.c \
|
|
wksta.c
|
|
|
|
@MAKE_TEST_RULES@
|