Makefile.in 395 Bytes
Newer Older
1 2 3 4 5 6 7 8
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = msctf.dll
IMPORTS   = uuid ole32 user32 advapi32 kernel32 ntdll

C_SRCS = \
9
	categorymgr.c \
10
	context.c \
11
	documentmgr.c \
12
	inputprocessor.c \
13
	msctf.c \
14 15
	regsvr.c \
	threadmgr.c
16

17 18 19
RC_SRCS = \
	version.rc

20 21 22
@MAKE_DLL_RULES@

@DEPENDENCIES@  # everything below this line is overwritten by make depend