mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
0fa152791f
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
100 B
Makefile
7 lines
100 B
Makefile
MODULE = scrobj.dll
|
|
IMPORTS = uuid ole32 oleaut32
|
|
|
|
C_SRCS = \
|
|
scrobj.c
|
|
|
|
IDL_SRCS = scrobj.idl
|