wine-wine/dlls/crypt32/Makefile.in

36 lines
570 B
Makefile
Raw Normal View History

EXTRADEFS = -D_CRYPT32_
2002-01-10 19:41:11 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = crypt32.dll
IMPORTLIB = libcrypt32.$(IMPLIBEXT)
2005-09-07 13:25:56 +00:00
IMPORTS = user32 advapi32 kernel32 ntdll
2002-01-10 19:41:11 +00:00
C_SRCS = \
base64.c \
cert.c \
chain.c \
collectionstore.c \
context.c \
crl.c \
decode.c \
encode.c \
main.c \
2007-06-08 16:20:49 +00:00
msg.c \
oid.c \
proplist.c \
protectdata.c \
provstore.c \
regstore.c \
serialize.c \
sip.c \
store.c \
str.c
2002-01-10 19:41:11 +00:00
RC_SRCS = crypt32.rc
2002-01-10 19:41:11 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend