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