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