mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
MODULE = comsvcs.dll
|
|
IMPORTLIB = comsvcs
|
|
IMPORTS = ole32 uuid
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
comsvcs_classes.idl \
|
|
comsvcs_tlb.idl \
|
|
main.c \
|
|
property.c
|