SubDir TOP apps tutorial simpvs ;

if $(CEGUI.AVAILABLE) = "yes"
{
  Description simpvs : "tutorial, video selector" ;
  Application simpvs : [ Wildcard *.cpp *.h ] : noinstall ;
  LinkWith simpvs : crystalspace ;
  CFlags simpvs : $(COMPILER.C++FLAGS.EXCEPTIONS.ENABLE) ;
  ExternalLibs simpvs : CEGUI ;
}
