| Date: Sat, 4 May 2002 17:44:04 +0000
Basic Windows Multimedia system sound support added.
Diffstat:
M src/Makefile.am | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
--- |
| t@@ -20,6 +20,7 @@ dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer.h util.c util.h \
dopewars.c dopewars.h error.c error.h message.c message.h \
network.c network.h nls.h serverside.c serverside.h \
sound.c sound.h sound_esd.c sound_esd.h \
+ sound_winmm.c sound_winmm.h \
tstring.c tstring.h winmain.c winmain.h
INCLUDES = -I../intl -I${srcdir} -I.. @GTK_CFLAGS@ @SOUND_CFLAGS@
DEFS = @DEFS@ -DLOCALEDIR=\"${localedir}\" |