projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qedit/tests: Fix a pointer casting warning on 64-bit.
[wine]
/
dlls
/
wldap32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wldap32.dll
6
IMPORTLIB = wldap32
7
IMPORTS = user32 kernel32
8
EXTRALIBS = @LDAPLIBS@
9
10
C_SRCS = \
11
add.c \
12
ber.c \
13
bind.c \
14
compare.c \
15
control.c \
16
delete.c \
17
dn.c \
18
error.c \
19
extended.c \
20
init.c \
21
main.c \
22
misc.c \
23
modify.c \
24
modrdn.c \
25
option.c \
26
page.c \
27
parse.c \
28
rename.c \
29
search.c \
30
value.c
31
32
RC_SRCS = wldap32.rc
33
34
@MAKE_DLL_RULES@
35
36
@DEPENDENCIES@ # everything below this line is overwritten by make depend