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