makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msimtf / Makefile.in
1 MODULE    = msimtf.dll
2 IMPORTS   = uuid imm32
3
4 C_SRCS = \
5         activeimmapp.c \
6         main.c
7
8 RC_SRCS   = rsrc.rc
9
10 @MAKE_DLL_RULES@