mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
11 lines
123 B
Makefile
11 lines
123 B
Makefile
MODULE = msimtf.dll
|
|
IMPORTS = uuid imm32
|
|
|
|
C_SRCS = \
|
|
activeimmapp.c \
|
|
main.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|