mirror of
https://github.com/reactos/wine.git
synced 2025-01-25 05:15:57 +00:00
11 lines
127 B
Makefile
11 lines
127 B
Makefile
MODULE = msimtf.dll
|
|
IMPORTS = uuid imm32
|
|
|
|
C_SRCS = \
|
|
activeimmapp.c \
|
|
main.c
|
|
|
|
IDL_R_SRCS = msimtf.idl
|
|
|
|
@MAKE_DLL_RULES@
|