projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Check the color data type too when deciding whether to convert data.
[wine]
/
dlls
/
secur32
/
Makefile.in
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
9
C_SRCS = \
10
base64_codec.c \
11
dispatcher.c \
12
negotiate.c \
13
ntlm.c \
14
schannel.c \
15
secur32.c \
16
thunks.c \
17
wrapper.c
18
19
SUBDIRS = tests
20
21
@MAKE_DLL_RULES@
22
23
### Dependencies: