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