mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
10 lines
184 B
Makefile
10 lines
184 B
Makefile
MODULE = activeds.dll
|
|
IMPORTLIB = activeds
|
|
IMPORTS = advapi32 ole32 oleaut32 uuid
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
activeds.idl \
|
|
activeds_main.c \
|
|
pathname.c
|