mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +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@
|