SubDir TOP plugins video render3d shader shaderplugins glshader_fixed ;

if $(GL.AVAILABLE) = "yes"
{
Description glshader_fixed : "Render3d Shaderplugin for fixed function pipeline" ;
Plugin glshader_fixed : [ Wildcard *.cpp *.h ] ;
LinkWith glshader_fixed : shaderplugincommon csgeom csgfx csutil ;
ExternalLibs glshader_fixed : GL ;
CompileGroups glshader_fixed : drivers3d nrall ;
}
