
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
123 B
Makefile
8 lines
123 B
Makefile
TESTDLL = msscript.ocx
|
|
IMPORTS = user32 gdi32 ole32 oleaut32 advapi32
|
|
|
|
C_SRCS = \
|
|
msscript.c
|
|
|
|
IDL_SRCS = msscript.idl
|