mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
TESTDLL = wintrust.dll
|
|
IMPORTS = wintrust crypt32 advapi32
|
|
|
|
C_SRCS = \
|
|
asn.c \
|
|
crypt.c \
|
|
register.c \
|
|
softpub.c
|
|
|
|
@MAKE_TEST_RULES@
|