makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msctf / Makefile.in
1 MODULE    = msctf.dll
2 IMPORTS   = uuid ole32 oleaut32 user32 advapi32
3
4 C_SRCS = \
5         categorymgr.c \
6         compartmentmgr.c \
7         context.c \
8         displayattributemgr.c \
9         documentmgr.c \
10         inputprocessor.c \
11         langbarmgr.c \
12         msctf.c \
13         range.c \
14         regsvr.c \
15         threadmgr.c
16
17 RC_SRCS = \
18         version.rc
19
20 @MAKE_DLL_RULES@