mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02: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
|