SubDir TOP apps import 3ds2lev ;

if $(3DS.AVAILABLE) = "yes" 
{
Description 3ds2lev : "3DS to Crystal Space map converter" ;

Application 3ds2lev
	: [ Wildcard *.cpp *.h ]
	: console
;
LinkWith 3ds2lev : crystalspace ;
ExternalLibs 3ds2lev :  3DS ;

}

