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