windows: Remove BuildRoot from all configs, add a short tmp path.

Closes #3562.
This commit is contained in:
Chris Johns
2018-10-22 11:59:10 +11:00
parent f07d2b6e9a
commit 96c414c8ff
39 changed files with 19 additions and 57 deletions

View File

@@ -322,6 +322,7 @@ class buildset:
else:
exbset = self.macros.expand(self.bset)
self.macros['_bset'] = exbset
self.macros['_bset_tmp'] = build.short_name(exbset)
root, ext = path.splitext(exbset)
if exbset.endswith('.bset'):
bset = exbset