Sweden-Number/dlls/crypt32/Makefile.in

21 lines
318 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 = libcrypt32.$(IMPLIBEXT)
2005-08-18 12:59:47 +02:00
IMPORTS = advapi32 kernel32 ntdll
2002-01-10 20:41:11 +01:00
C_SRCS = \
cert.c \
encode.c \
protectdata.c \
2002-01-10 20:41:11 +01:00
main.c
SUBDIRS = tests
2002-01-10 20:41:11 +01:00
@MAKE_DLL_RULES@
### Dependencies: