Sweden-Number/dlls/msctf/Makefile.in

20 lines
370 B
Makefile
Raw Normal View History

2009-01-27 21:15:08 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msctf.dll
IMPORTS = uuid ole32 user32 advapi32 kernel32 ntdll
C_SRCS = \
categorymgr.c \
2009-02-02 17:24:59 +01:00
context.c \
2009-01-30 21:27:06 +01:00
documentmgr.c \
inputprocessor.c \
2009-01-27 21:15:17 +01:00
msctf.c \
regsvr.c \
threadmgr.c
2009-01-27 21:15:08 +01:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend