6 lines
76 B
Makefile
6 lines
76 B
Makefile
|
TESTDLL = sapi.dll
|
||
|
IMPORTS = ole32 user32 advapi32
|
||
|
|
||
|
C_SRCS = \
|
||
|
token.c
|