projects/generate
changeset 8972 1268a13ddcd2
parent 8934 f46812d21fe6
child 9052 7a9d869484f2
--- a/projects/generate	Fri Apr 18 09:40:00 2008 +0000
+++ b/projects/generate	Fri Apr 18 09:49:23 2008 +0000
@@ -55,6 +55,15 @@
 	done
 }
 
+grep '\.h' "$ROOT_DIR/source.list" | grep -v '../objs/langs/table/strings.h' | sort > tmp.headers.source.list
+find "$ROOT_DIR/src" -iname "*.h*" -and -not -iname "*svn*" -and -not -iname "*.hpp.sq" | sed "s@$ROOT_DIR/src/@@" | sort > tmp.headers.src
+if [ -n "`diff tmp.headers.source.list tmp.headers.src`" ]; then
+	echo "The following headers are missing in source.list and not in /src/ or vice versa."
+	diff tmp.headers.source.list tmp.headers.src | grep '[<>]' | sort
+	echo ""
+fi
+rm tmp.headers.*
+
 load_main_data() {
 	# Read the source.list and process it
 	RES="`cat $1 | tr '\r' '\n' | awk '