9 lines
99 B
Makefile
9 lines
99 B
Makefile
TESTDLL = netapi32.dll
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
access.c \
|
|
apibuf.c \
|
|
ds.c \
|
|
wksta.c
|