mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
e41fa21c04
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
21 lines
337 B
Makefile
21 lines
337 B
Makefile
MODULE = msctf.dll
|
|
IMPORTS = uuid ole32 oleaut32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
categorymgr.c \
|
|
compartmentmgr.c \
|
|
context.c \
|
|
displayattributemgr.c \
|
|
documentmgr.c \
|
|
inputprocessor.c \
|
|
langbarmgr.c \
|
|
msctf.c \
|
|
range.c \
|
|
threadmgr.c
|
|
|
|
IDL_SRCS = msctf_classes.idl
|
|
|
|
RC_SRCS = \
|
|
version.rc
|