tBasic Windows Multimedia system sound support added. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3d344c8bae871830bfc071916ffa3b6ed5986db3
(DIR) parent e5f3aa4659ba49c5a9eaab44b9f58f98798e9453
(HTM) Author: Ben Webb <ben@salilab.org>
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(-)
---
(DIR) diff --git a/src/Makefile.am b/src/Makefile.am
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}\"