mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
c7c44c593a
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
192 B
Makefile
13 lines
192 B
Makefile
MODULE = comsvcs.dll
|
|
IMPORTLIB = comsvcs
|
|
IMPORTS = ole32 uuid
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
property.c
|
|
|
|
IDL_SRCS = \
|
|
comsvcs_classes.idl \
|
|
comsvcs_tlb.idl
|