9 lines
135 B
Makefile
9 lines
135 B
Makefile
TESTDLL = scrrun.dll
|
|
IMPORTS = ole32 shlwapi uuid oleaut32 user32
|
|
|
|
C_SRCS = \
|
|
dictionary.c \
|
|
filesystem.c
|
|
|
|
IDL_SRCS = scrrun.idl
|