wine/dlls/wldap32/Makefile.in
Alexandre Julliard c0d5f38f8b wldap32: Delay import some libraries.
To avoid creating extra known dll sections.
2025-03-31 12:56:58 +02:00

28 lines
402 B
Makefile

MODULE = wldap32.dll
IMPORTLIB = wldap32
IMPORTS = $(LDAP_PE_LIBS) user32 ws2_32
EXTRAINCL = $(LDAP_PE_CFLAGS)
DELAYIMPORTS = crypt32 secur32 netapi32
SOURCES = \
add.c \
ber.c \
bind.c \
compare.c \
control.c \
delete.c \
dn.c \
error.c \
extended.c \
init.c \
main.c \
misc.c \
modify.c \
modrdn.c \
option.c \
page.c \
parse.c \
rename.c \
search.c \
value.c \
wldap32.rc