SubDir TOP plugins video canvas macosx opengl ;

if $(TARGET.OS) = "MACOS_X" && $(GL.AVAILABLE) = "yes"
{
Description glosx2d : "MacOS/X OpenGL 2D driver" ;
Plugin glosx2d : [ Wildcard *.c *.cc *.cpp *.C *.m *.mm *.M *.h ] ;
LinkWith glosx2d : crystalspace_opengl crystalspace_macosx crystalspace ;
ExternalLibs glosx2d : GL ;
CompileGroups glosx2d : canvases openglcanvas ;
}
