makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / rsaenh / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 MODULE    = rsaenh.dll
3 IMPORTLIB = rsaenh
4 IMPORTS   = crypt32 advapi32
5
6 C_SRCS = \
7         aes.c \
8         des.c \
9         handle.c \
10         implglue.c \
11         md2.c \
12         mpi.c \
13         rc2.c \
14         rc4.c \
15         rsa.c \
16         rsaenh.c \
17         sha2.c
18
19 RC_SRCS = version.rc
20
21 @MAKE_DLL_RULES@