6 lines
76 B
Makefile
6 lines
76 B
Makefile
|
TESTDLL = wevtapi.dll
|
||
|
IMPORTS = wevtapi advapi32
|
||
|
|
||
|
C_SRCS = \
|
||
|
wevtapi.c
|