mirror of
https://github.com/reactos/wine.git
synced 2025-03-02 01:35:31 +00:00
18 lines
285 B
Makefile
18 lines
285 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = dsound.dll
|
|
IMPORTS = dsound ole32 user32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid -ldxerr8
|
|
|
|
CTESTS = \
|
|
capture.c \
|
|
ds3d.c \
|
|
dsound.c \
|
|
propset.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|