repo.or.cz
/
wine
/
hacks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
regedit: Remove dead code.
[wine/hacks.git]
/
dlls
/
secur32
/
Makefile.in
blob
2a179915cb2d29c70e261af2246b0c415794d1b6
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
secur32.dll
6
IMPORTLIB
=
libsecur32.
$(
IMPLIBEXT
)
7
IMPORTS
=
netapi32 user32 advapi32 kernel32 ntdll
8
DELAYIMPORTS
=
crypt32
9
10
C_SRCS
=
\
11
base64_codec.c \
12
dispatcher.c \
13
negotiate.c \
14
ntlm.c \
15
schannel.c \
16
secur32.c \
17
thunks.c \
18
util.c \
19
wrapper.c
20
21
@MAKE_DLL_RULES@
22
23
@DEPENDENCIES@
# everything below this line is overwritten by make depend