mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
MODULE = wintrust.dll
|
|
IMPORTLIB = wintrust
|
|
IMPORTS = crypt32 user32 advapi32
|
|
DELAYIMPORTS = cryptui imagehlp
|
|
|
|
SOURCES = \
|
|
asn.c \
|
|
crypt.c \
|
|
register.c \
|
|
softpub.c \
|
|
version.rc \
|
|
wintrust_main.c
|