21 lines
325 B
Makefile
21 lines
325 B
Makefile
EXTRADEFS = -D_CRYPT32_
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = crypt32.dll
|
|
IMPORTLIB = libcrypt32.$(IMPLIBEXT)
|
|
IMPORTS = user32 advapi32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
cert.c \
|
|
encode.c \
|
|
protectdata.c \
|
|
main.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|