wine/dlls/activeds/Makefile.in
Alexandre Julliard 93c551abd6 activeds: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-22 14:42:07 +01:00

13 lines
207 B
Makefile

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