makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / cryptnet / Makefile.in
1 MODULE    = cryptnet.dll
2 IMPORTLIB = cryptnet
3 IMPORTS   = crypt32
4 DELAYIMPORTS = wininet
5
6 C_SRCS = \
7         cryptnet_main.c
8
9 @MAKE_DLL_RULES@