mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00: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
|