makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ver.dll16 / Makefile.in
1 MODULE    = ver.dll16
2 IMPORTS   = version lz32
3
4 EXTRADLLFLAGS = -m16 -Wb,--main-module,version.dll
5
6 C_SRCS = version.c
7
8 @MAKE_DLL_RULES@