wine-wine/dlls/msctf/Makefile.in

25 lines
400 B
Makefile
Raw Normal View History

2009-01-27 20:15:08 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msctf.dll
IMPORTS = uuid ole32 oleaut32 user32 advapi32 kernel32 ntdll
2009-01-27 20:15:08 +00:00
C_SRCS = \
categorymgr.c \
compartmentmgr.c \
2009-02-02 16:24:59 +00:00
context.c \
displayattributemgr.c \
2009-01-30 20:27:06 +00:00
documentmgr.c \
inputprocessor.c \
langbarmgr.c \
2009-01-27 20:15:17 +00:00
msctf.c \
range.c \
regsvr.c \
threadmgr.c
2009-01-27 20:15:08 +00:00
RC_SRCS = \
version.rc
2009-01-27 20:15:08 +00:00
@MAKE_DLL_RULES@