mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
f221298e61
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 lines
92 B
Makefile
6 lines
92 B
Makefile
TESTDLL = dmime.dll
|
|
IMPORTS = user32 ole32 dsound
|
|
|
|
C_SRCS = \
|
|
dmime.c \
|
|
performance.c
|