wine/dlls/adsldp/Makefile.in
Dmitry Timoshkov 5875a659c1 adsldp: Add initial version of attribute schema parser.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-27 21:16:13 +01:00

16 lines
222 B
Makefile

MODULE = adsldp.dll
IMPORTS = ole32 oleaut32 secur32 activeds uuid
DELAYIMPORTS = netapi32 wldap32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
adsldp.c \
ldap.c \
schema.c
IDL_SRCS = \
adsldp.idl
RC_SRCS = rsrc.rc