(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script/api/script_* (Rubidium)

This commit is contained in:
truebrain
2011-11-29 23:07:38 +00:00
parent 5f6dc24663
commit afdb67a353
161 changed files with 1197 additions and 1195 deletions

View File

@@ -70,7 +70,8 @@ BEGIN {
print ""
print "/* THIS FILE IS AUTO-GENERATED; PLEASE DO NOT ALTER MANUALLY */"
print ""
print "#include \"" $3 "\""
gsub("^" tolower(api) "_", "script_", $3)
print "#include \"../../script/api/" $3 "\""
}
# Remove the old squirrel stuff