mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
11 lines
139 B
Makefile
11 lines
139 B
Makefile
TESTDLL = wintrust.dll
|
|
IMPORTS = wintrust crypt32 advapi32
|
|
|
|
C_SRCS = \
|
|
asn.c \
|
|
crypt.c \
|
|
register.c \
|
|
softpub.c
|
|
|
|
@MAKE_TEST_RULES@
|