mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
12 lines
150 B
Makefile
12 lines
150 B
Makefile
TESTDLL = dsound.dll
|
|
IMPORTS = ole32 version user32
|
|
|
|
C_SRCS = \
|
|
capture.c \
|
|
ds3d.c \
|
|
ds3d8.c \
|
|
dsound.c \
|
|
dsound8.c \
|
|
duplex.c \
|
|
propset.c
|