mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
19 lines
317 B
Makefile
19 lines
317 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = dsound.dll
|
|
IMPORTS = dsound ole32 version user32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid -ldxerr8
|
|
|
|
CTESTS = \
|
|
capture.c \
|
|
ds3d.c \
|
|
ds3d8.c \
|
|
dsound.c \
|
|
dsound8.c \
|
|
propset.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|