Makefile.in 320 Bytes
Newer Older
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
	threadmgr.c
15

16 17
IDL_R_SRCS = msctf_classes.idl

18 19 20
RC_SRCS = \
	version.rc

21
@MAKE_DLL_RULES@