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