wine/dlls/winmm/tests/Makefile.in
2010-07-21 17:38:36 +02:00

19 lines
253 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = winmm.dll
IMPORTS = winmm user32
C_SRCS = \
capture.c \
generated.c \
mci.c \
midi.c \
mixer.c \
mmio.c \
timer.c \
wave.c
@MAKE_TEST_RULES@