mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 04:10:04 +00:00
9 lines
107 B
Makefile
9 lines
107 B
Makefile
MODULE = msimtf.dll
|
|
IMPORTS = uuid imm32
|
|
|
|
C_SRCS = \
|
|
activeimmapp.c \
|
|
main.c
|
|
|
|
IDL_SRCS = msimtf.idl
|