wine/dlls/msctf/Makefile.in
Eric Pouech e41fa21c04 msctf: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-15 10:38:08 +01:00

22 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