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