makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / wintrust / Makefile.in
1 MODULE    = wintrust.dll
2 IMPORTLIB = wintrust
3 IMPORTS   = crypt32 user32 advapi32
4 DELAYIMPORTS = cryptui imagehlp
5
6 C_SRCS = \
7         asn.c \
8         crypt.c \
9         register.c \
10         softpub.c \
11         wintrust_main.c
12
13 RC_SRCS = \
14         version.rc
15
16 @MAKE_DLL_RULES@