projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
crypt32: Split the unwieldy encode.c into two files.
[wine]
/
dlls
/
crypt32
/
Makefile.in
1
EXTRADEFS = -D_CRYPT32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = crypt32.dll
7
IMPORTLIB = libcrypt32.$(IMPLIBEXT)
8
IMPORTS = user32 advapi32 kernel32 ntdll
9
10
C_SRCS = \
11
cert.c \
12
decode.c \
13
encode.c \
14
oid.c \
15
proplist.c \
16
protectdata.c \
17
serialize.c \
18
store.c \
19
str.c \
20
main.c
21
22
RC_SRCS = crypt32.rc
23
24
SUBDIRS = tests
25
26
@MAKE_DLL_RULES@
27
28
### Dependencies: