Sweden-Number/dlls/crypt32/Makefile.in

55 lines
809 B
Makefile
Raw Normal View History

EXTRADEFS = -D_CRYPT32_
2002-01-10 20:41:11 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = crypt32.dll
IMPORTLIB = crypt32
2005-09-07 15:25:56 +02:00
IMPORTS = user32 advapi32 kernel32 ntdll
EXTRALIBS = @SECURITYLIB@
2002-01-10 20:41:11 +01:00
C_SRCS = \
base64.c \
cert.c \
chain.c \
collectionstore.c \
context.c \
crl.c \
ctl.c \
decode.c \
encode.c \
filestore.c \
main.c \
message.c \
2007-06-08 18:20:49 +02:00
msg.c \
object.c \
oid.c \
proplist.c \
protectdata.c \
provstore.c \
regstore.c \
rootstore.c \
serialize.c \
sip.c \
store.c \
str.c
2002-01-10 20:41:11 +01:00
RC_SRCS = \
crypt32_De.rc \
crypt32_En.rc \
crypt32_Fr.rc \
2010-06-28 23:26:06 +02:00
crypt32_Hu.rc \
2010-06-16 16:50:37 +02:00
crypt32_It.rc \
crypt32_Ko.rc \
2009-07-02 16:08:40 +02:00
crypt32_Lt.rc \
crypt32_Nl.rc \
crypt32_No.rc \
2010-06-04 16:33:26 +02:00
crypt32_Pl.rc \
crypt32_Pt.rc \
crypt32_Ro.rc \
crypt32_Sv.rc \
2010-01-24 20:48:44 +01:00
crypt32_Uk.rc \
version.rc
2002-01-10 20:41:11 +01:00
@MAKE_DLL_RULES@