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