mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
f648478075
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
|