Sweden-Number/dlls/msctf/Makefile.in

22 lines
320 B
Makefile
Raw Normal View History

2009-01-27 21:15:08 +01:00
MODULE = msctf.dll
IMPORTS = uuid ole32 oleaut32 user32 advapi32
2009-01-27 21:15:08 +01:00
C_SRCS = \
categorymgr.c \
compartmentmgr.c \
2009-02-02 17:24:59 +01:00
context.c \
displayattributemgr.c \
2009-01-30 21:27:06 +01:00
documentmgr.c \
inputprocessor.c \
langbarmgr.c \
2009-01-27 21:15:17 +01:00
msctf.c \
range.c \
threadmgr.c
2009-01-27 21:15:08 +01:00
IDL_R_SRCS = msctf_classes.idl
RC_SRCS = \
version.rc
2009-01-27 21:15:08 +01:00
@MAKE_DLL_RULES@