Include the auto-version file in the build, so 3rd party plugins compiled aginst the includes get useful versioning info (bug 5453, r=dvander).

This commit is contained in:
Asher Baker
2012-09-08 21:02:46 +01:00
parent 7625ca439e
commit bed417dc62
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -184,6 +184,9 @@ for plugin in disPlugins:
os.path.join('addons', 'sourcemod', 'plugins', 'disabled')))
job.AddCommandGroup(commands)
job.AddCommand(CopyFile(os.path.join('..', 'includes', 'version_auto.inc'),
os.path.join('addons', 'sourcemod', 'scripting', 'include')))
bincopies = []
def AddNormalLibrary(name, dest):