SubDir TOP plugins csparser ;

Description csparser : "map file parser" ;

Plugin csparser
	: [ Wildcard *.cpp *.h ]
;
Includes csloader.h : $(SUBDIR)/csloader.tok ;
MsvcExtraFile csparser : $(SUBDIR)/csloader.tok ;
Includes loadtex.h : $(SUBDIR)/cubemaploader.tok $(SUBDIR)/tex3dloader.tok ;
LinkWith csparser : crystalspace ;

SubInclude TOP plugins csparser services ;
