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