Various build fixes (bug 5997 part 14, r=ds).

This commit is contained in:
David Anderson
2013-12-30 17:51:01 -05:00
parent 6d320163a1
commit b69b0de234
5 changed files with 10 additions and 4 deletions
+5
View File
@@ -51,6 +51,11 @@ for cxx_task in SM.extensions:
builder.AddCopy(cxx_task.binary, folder_map['addons/sourcemod/extensions'])
builder.AddCopy(SM.spcomp.binary, folder_map['addons/sourcemod/scripting'])
# Copy version_auto.inc.
for header in SM.generated_headers:
if 'version_auto.inc' in header.path:
builder.AddCopy(header, folder_map['addons/sourcemod/scripting/include'])
# Export PDB files. We write to a file in the build folder which is pretty
# verboten, but it's okay if it's in the root since AMBuild will never try
# to rmdir the root.