tNow fully functional ESD sound support; sound files can be configured via. configuration files (Sound.Jet etc.) - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit e5f3aa4659ba49c5a9eaab44b9f58f98798e9453
DIR parent 1ea495e54d62ce6fdedd922d742aa861e662ae01
HTML Author: Ben Webb <ben@salilab.org>
Date: Sat, 4 May 2002 17:43:51 +0000
Now fully functional ESD sound support; sound files can be configured via.
configuration files (Sound.Jet etc.)
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@@ -19,6 +19,7 @@ bin_PROGRAMS = dopewars
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 \
tstring.c tstring.h winmain.c winmain.h
INCLUDES = -I../intl -I${srcdir} -I.. @GTK_CFLAGS@ @SOUND_CFLAGS@
DEFS = @DEFS@ -DLOCALEDIR=\"${localedir}\"