mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
11 lines
173 B
Makefile
11 lines
173 B
Makefile
TESTDLL = dsound.dll
|
|
IMPORTS = dmoguids dsound msdmo ole32 version user32
|
|
|
|
SOURCES = \
|
|
capture.c \
|
|
ds3d.c \
|
|
ds3d8.c \
|
|
dsound.c \
|
|
dsound8.c \
|
|
duplex.c \
|
|
propset.c
|