6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
TESTDLL = fsutil.exe
|
||
|
IMPORTS = user32
|
||
|
|
||
|
C_SRCS = \
|
||
|
fsutil.c
|