projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent
[wine]
/
dlls
/
wldap32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wldap32.dll
6
IMPORTLIB = libwldap32.$(IMPLIBEXT)
7
IMPORTS = user32 kernel32
8
EXTRALIBS = @LDAPLIBS@
9
10
C_SRCS = \
11
add.c \
12
ber.c \
13
bind.c \
14
compare.c \
15
delete.c \
16
dn.c \
17
error.c \
18
extended.c \
19
init.c \
20
main.c \
21
misc.c \
22
modify.c \
23
modrdn.c \
24
option.c \
25
rename.c \
26
search.c \
27
value.c
28
29
RC_SRCS = wldap32.rc
30
31
@MAKE_DLL_RULES@
32
33
### Dependencies: