2009-01-27 20:15:08 +00:00
|
|
|
MODULE = msctf.dll
|
2010-07-21 11:24:34 +00:00
|
|
|
IMPORTS = uuid ole32 oleaut32 user32 advapi32
|
2009-01-27 20:15:08 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2009-02-03 19:18:02 +00:00
|
|
|
categorymgr.c \
|
2009-06-11 18:32:57 +00:00
|
|
|
compartmentmgr.c \
|
2009-02-02 16:24:59 +00:00
|
|
|
context.c \
|
2010-03-18 15:39:00 +00:00
|
|
|
displayattributemgr.c \
|
2009-01-30 20:27:06 +00:00
|
|
|
documentmgr.c \
|
2009-02-03 19:17:04 +00:00
|
|
|
inputprocessor.c \
|
2010-02-17 02:31:05 +00:00
|
|
|
langbarmgr.c \
|
2009-01-27 20:15:17 +00:00
|
|
|
msctf.c \
|
2009-05-18 19:48:18 +00:00
|
|
|
range.c \
|
2009-01-27 20:15:30 +00:00
|
|
|
threadmgr.c
|
2009-01-27 20:15:08 +00:00
|
|
|
|
2010-12-08 11:08:29 +00:00
|
|
|
IDL_R_SRCS = msctf_classes.idl
|
|
|
|
|
2009-03-27 17:22:03 +00:00
|
|
|
RC_SRCS = \
|
|
|
|
version.rc
|
|
|
|
|
2009-01-27 20:15:08 +00:00
|
|
|
@MAKE_DLL_RULES@
|