mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
15 lines
226 B
Makefile
15 lines
226 B
Makefile
MODULE = dmcompos.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
chordmap.c \
|
|
chordmaptrack.c \
|
|
composer.c \
|
|
dmcompos_main.c \
|
|
signposttrack.c
|
|
|
|
IDL_R_SRCS = dmcompos.idl
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|