mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02: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
|