mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d36b8350d9
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
170 B
Makefile
12 lines
170 B
Makefile
MODULE = comsvcs.dll
|
|
IMPORTLIB = comsvcs
|
|
IMPORTS = ole32 uuid
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
IDL_SRCS = \
|
|
comsvcs_classes.idl \
|
|
comsvcs_tlb.idl
|