mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 06:06:13 +00:00
adb7d5732e
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
230 B
Makefile
15 lines
230 B
Makefile
MODULE = adsldp.dll
|
|
IMPORTS = ole32 oleaut32 secur32 activeds uuid
|
|
DELAYIMPORTS = netapi32 wldap32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
adsldp.c \
|
|
ldap.c \
|
|
schema.c
|
|
|
|
IDL_SRCS = \
|
|
adsldp.idl
|
|
|
|
RC_SRCS = rsrc.rc
|