8 lines
82 B
Makefile
8 lines
82 B
Makefile
TESTDLL = wmiutils.dll
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
path.c
|
|
|
|
@MAKE_TEST_RULES@
|