10 lines
124 B
Makefile
10 lines
124 B
Makefile
|
TESTDLL = scrrun.dll
|
||
|
IMPORTS = ole32 shlwapi uuid
|
||
|
|
||
|
C_SRCS = \
|
||
|
filesystem.c
|
||
|
|
||
|
IDL_H_SRCS = scrrun.idl
|
||
|
|
||
|
@MAKE_TEST_RULES@
|