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