mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
03b06fb76b
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
138 B
Makefile
7 lines
138 B
Makefile
MODULE = msscript.ocx
|
|
RC_SRCS = msscript.rc
|
|
IDL_SRCS = msscript.idl
|
|
IMPORTS = gdi32 user32 ole32 oleaut32
|
|
|
|
C_SRCS = \
|
|
msscript.c
|