mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
9 lines
120 B
Makefile
9 lines
120 B
Makefile
TESTDLL = wintrust.dll
|
|
IMPORTS = wintrust crypt32 advapi32
|
|
|
|
C_SRCS = \
|
|
asn.c \
|
|
crypt.c \
|
|
register.c \
|
|
softpub.c
|