]))
# Add include paths
- for path in vincpaths:
- tcl.append("prj_impl option {include path} {\"" + path + "\"}")
+ vincpath = ';'.join(map(lambda x: x.replace('\\', '/'), vincpaths))
+ tcl.append("prj_impl option {include path} {\"" + vincpath + "\"}")
# Add sources
for filename, language, library in sources:
from_.attr.add("keep")
to.attr.add("keep")
if (to, from_) not in self.false_paths:
- self.false_paths.add((from_, to))
\ No newline at end of file
+ self.false_paths.add((from_, to))