mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02: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
|