repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
winebuild: Don't remove stdcall decorations on non-x86.
[wine.git]
/
dlls
/
secur32
/
Makefile.in
blob
4824cdb22e27fedb5dc4cde8b5397e5da25add0d
1
MODULE
=
secur32.dll
2
IMPORTLIB
=
secur32
3
IMPORTS
=
netapi32 advapi32
4
DELAYIMPORTS
=
crypt32
5
EXTRAINCL
=
@GNUTLSINCL@
6
7
C_SRCS
=
\
8
base64_codec.c \
9
dispatcher.c \
10
hmac_md5.c \
11
lsa.c \
12
negotiate.c \
13
ntlm.c \
14
schannel.c \
15
secur32.c \
16
thunks.c \
17
util.c \
18
wrapper.c
19
20
@MAKE_DLL_RULES@