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