wine/dlls/activeds/Makefile.in
Dmitry Timoshkov ae5406f243 activeds: Add IADsPathname stubs.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-31 17:26:56 +02:00

13 lines
187 B
Makefile

MODULE = activeds.dll
IMPORTLIB = activeds
IMPORTS = advapi32 ole32 oleaut32 uuid
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
activeds_main.c \
pathname.c
IDL_SRCS = \
activeds.idl