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