dpnet: Assign to structs instead of using memcpy.
[wine.git] / dlls / wintrust / Makefile.in
blob85bbd77b4bb704c660bb7d42ed1c2ba51811ce42
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = wintrust.dll
6 IMPORTLIB = libwintrust.$(IMPLIBEXT)
7 IMPORTS = crypt32 user32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = imagehlp
10 C_SRCS = \
11 asn.c \
12 crypt.c \
13 register.c \
14 softpub.c \
15 wintrust_main.c
17 RC_SRCS = \
18 version.rc
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend