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