mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
55ae768fdc
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
242 B
Makefile
15 lines
242 B
Makefile
MODULE = adsldp.dll
|
|
IMPORTS = ole32 oleaut32 secur32 activeds uuid
|
|
DELAYIMPORTS = netapi32 wldap32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
adsldp.c \
|
|
ldap.c \
|
|
schema.c
|
|
|
|
IDL_SRCS = \
|
|
adsldp.idl
|
|
|
|
RC_SRCS = rsrc.rc
|