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