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