projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Add a standard header for all makefiles to replace the common variable...
[wine]
/
dlls
/
secur32
/
tests
/
Makefile.in
1
TESTDLL = secur32.dll
2
IMPORTS = advapi32 ws2_32
3
4
C_SRCS = \
5
main.c \
6
ntlm.c \
7
schannel.c \
8
secur32.c
9
10
@MAKE_TEST_RULES@