SubDir TOP apps tutorial phystut ;

if $(ODE.AVAILABLE) = "yes"
{
  Description phystut : "physics tutorial" ;
  Application phystut : [ Wildcard *.cpp *.h ] : noinstall ;
  LinkWith phystut : crystalspace ;
  ExternalLibs phystut : ODE ;
}
