mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
17 lines
233 B
Makefile
17 lines
233 B
Makefile
MODULE = wintrust.dll
|
|
IMPORTLIB = wintrust
|
|
IMPORTS = crypt32 user32 advapi32
|
|
DELAYIMPORTS = cryptui imagehlp
|
|
|
|
C_SRCS = \
|
|
asn.c \
|
|
crypt.c \
|
|
register.c \
|
|
softpub.c \
|
|
wintrust_main.c
|
|
|
|
RC_SRCS = \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|