mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
12 lines
211 B
Makefile
12 lines
211 B
Makefile
MODULE = adsldp.dll
|
|
IMPORTS = ole32 oleaut32 secur32 activeds uuid
|
|
DELAYIMPORTS = netapi32 wldap32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
adsldp.c \
|
|
adsldp.idl \
|
|
ldap.c \
|
|
rsrc.rc \
|
|
schema.c
|