SubDir TOP plugins sound driver waveoutsd ;

if $(WAVEOUT.AVAILABLE) = "yes"
{
Description sndwaveout : "WaveOut sound driver" ;
Plugin sndwaveout : [ Wildcard *.cpp *.h ] ;
LinkWith sndwaveout : crystalspace ;
ExternalLibs sndwaveout : WAVEOUT ;
CompileGroups sndwaveout : sounddrivers ;
}
