wine/dlls/activeds/Makefile.in
Eric Pouech 14a5d71f39 activeds: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-08 10:45:43 +01:00

13 lines
195 B
Makefile

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