src/ai/api/squirrel_export.sh
branchnoai
changeset 10339 ce6cd68d9eb8
parent 10338 fb4e0030116d
child 10643 970417eef395
--- a/src/ai/api/squirrel_export.sh	Thu Apr 24 23:29:01 2008 +0000
+++ b/src/ai/api/squirrel_export.sh	Thu Apr 24 23:39:18 2008 +0000
@@ -6,7 +6,7 @@
 	for f in `ls *.hpp`; do
 		case "${f}" in
 			# these files should not be changed by this script
-			"ai_controller.hpp" | "ai_object.hpp") continue;
+			"ai_controller.hpp" | "ai_object.hpp" | "ai_types.hpp" ) continue;
 		esac
 		awk -f squirrel_export.awk ${f} > ${f}.tmp
 		if ! [ -f "${f}.sq" ] || [ -n "`diff -I '$Id' -b ${f}.tmp ${f}.sq 2> /dev/null || echo boo`" ]; then