wine/dlls/comsvcs/Makefile.in
Nikolay Sivov d36b8350d9 comsvcs: Add a stub for "new" moniker.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-04 12:14:58 +01:00

13 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