wordpad: Replaced toolbar.bmp with a Tango compliant tool strip.
[wine] / dlls / winmm / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = winmm.dll
6 IMPORTS   = winmm user32 kernel32
7
8 C_SRCS = \
9         capture.c \
10         mci.c \
11         midi.c \
12         mixer.c \
13         mmio.c \
14         timer.c \
15         wave.c
16
17 @MAKE_TEST_RULES@