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