projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
oleaut32: Implement GetVarDesc_Proxy and friends.
[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
encode.c \
13
oid.c \
14
proplist.c \
15
protectdata.c \
16
serialize.c \
17
store.c \
18
str.c \
19
main.c
20
21
RC_SRCS = crypt32.rc
22
23
SUBDIRS = tests
24
25
@MAKE_DLL_RULES@
26
27
### Dependencies: