strmbase: Implement BaseControlWindow.
[wine/multimedia.git] / dlls / msctf / Makefile.in
blob6044ee8b21f065c3a47106cfd535e4678f078296
1 MODULE = msctf.dll
2 IMPORTS = uuid ole32 oleaut32 user32 advapi32
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 threadmgr.c
16 IDL_R_SRCS = msctf_classes.idl
18 RC_SRCS = \
19 version.rc
21 @MAKE_DLL_RULES@