mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
25 lines
376 B
Makefile
25 lines
376 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dsound.dll
|
|
IMPORTS = winmm ole32 user32 advapi32 kernel32 ntdll
|
|
EXTRALIBS = $(LIBUUID)
|
|
|
|
C_SRCS = \
|
|
buffer.c \
|
|
capture.c \
|
|
dsound_main.c \
|
|
mixer.c \
|
|
primary.c \
|
|
propset.c \
|
|
regsvr.c \
|
|
sound3d.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|