1999-10-24 18:42:42 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = dsound.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = libdsound.$(IMPLIBEXT)
|
2003-08-23 23:03:28 +00:00
|
|
|
IMPORTS = winmm ole32 user32 advapi32 kernel32 ntdll
|
2004-01-27 00:11:16 +00:00
|
|
|
EXTRALIBS = -ldxguid -luuid
|
2000-11-12 03:50:10 +00:00
|
|
|
|
1999-10-24 18:42:42 +00:00
|
|
|
C_SRCS = \
|
2002-06-13 19:15:06 +00:00
|
|
|
buffer.c \
|
|
|
|
capture.c \
|
2004-07-04 00:13:44 +00:00
|
|
|
dsound.c \
|
2002-06-13 19:15:06 +00:00
|
|
|
dsound_main.c \
|
2005-06-02 10:28:34 +00:00
|
|
|
duplex.c \
|
2002-06-13 19:15:06 +00:00
|
|
|
mixer.c \
|
|
|
|
primary.c \
|
|
|
|
propset.c \
|
2003-08-23 23:03:28 +00:00
|
|
|
regsvr.c \
|
2002-06-13 19:15:06 +00:00
|
|
|
sound3d.c
|
1999-10-24 18:42:42 +00:00
|
|
|
|
2003-01-13 20:40:45 +00:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2000-03-04 22:31:27 +00:00
|
|
|
@MAKE_DLL_RULES@
|
2000-01-31 05:02:49 +00:00
|
|
|
|
1999-10-24 18:42:42 +00:00
|
|
|
### Dependencies:
|