mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
18 lines
318 B
Makefile
18 lines
318 B
Makefile
MODULE = msctf.dll
|
|
IMPORTS = uuid ole32 oleaut32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
categorymgr.c \
|
|
compartmentmgr.c \
|
|
context.c \
|
|
displayattributemgr.c \
|
|
documentmgr.c \
|
|
inputprocessor.c \
|
|
langbarmgr.c \
|
|
msctf.c \
|
|
msctf_classes.idl \
|
|
range.c \
|
|
threadmgr.c \
|
|
version.rc
|