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