mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
MODULE = msimtf.dll
|
|
IMPORTS = uuid imm32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
activeimmapp.c \
|
|
main.c \
|
|
msimtf.idl
|