mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
0bff5fb971
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
113 B
Makefile
9 lines
113 B
Makefile
MODULE = comsvcs.dll
|
|
IMPORTLIB = comsvcs
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
IDL_SRCS = \
|
|
comsvcs_tlb.idl
|