SubDir TOP apps tutorial phystut ;

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