SubDir TOP plugins sound renderer ds3d ;

if $(DIRECTX.AVAILABLE) = "yes"
{
Description sndds3d : "DirectSound 3D sound renderer" ;
Plugin sndds3d : [ Wildcard *.cpp *.h ] ;
LinkWith sndds3d : crystalspace_directx crystalspace ;
ExternalLibs sndds3d : DIRECTX ;
CompileGroups sndds3d : sounddrivers ;
}
