mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
16 lines
233 B
Makefile
16 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@
|