// $Id: Build 42 2009-09-21 16:47:08Z tdb $

package "mspstrings"
{
	version "1.1";
	description "String utilities library";

	require "mspcore";

	headers "msp/strings"
	{
		source "source";
		install true;
	};

	library "mspstrings"
	{
		source "source";
		install true;
	};

	program "grep"
	{
		source "grep.cpp";
		build_info
		{
			library "mspstrings";
		};
	};

	program "transcode"
	{
		source "transcode.cpp";
		build_info
		{
			library "mspstrings";
		};
	};

	tarball "@src"
	{
		source "License.txt";
		source "source/jisx0208.table";
	};
};
