Changes applied to the silgraphite-2.4/engine/ tree obtained from:
	http://scripts.sil.org/svn-public/graphite/graphite/trunk
	(svn r1250 2012-03-14 19:45:41 UTC).

Removed:
	config/

Executed the command:
	find -type f -perm /111 ! -name configure -exec chmod -c a-x {} \;
i.e., removed execute permissions from all files except configure.

Converted Dos/Win line ends to native:
	CMakeLists.txt
	build_d_vc8.bat
	build_vc8.bat
	makefile.vc8
	src/CMakeLists.txt
	test/ProfileHarness/CMakeLists.txt
	test/RegressionTest/CMakeLists.txt
	test/RegressionTest/Makefile.vc8
	test/RegressionTest/RtTextSrc.h

