Explicitly link dependent project libraries in VC200x to fix intermittent concurrent build problems

This commit is contained in:
Jason Perkins 2012-06-26 14:56:54 -04:00
parent 67ba45c1c3
commit 2f6a84a86b

View File

@ -916,7 +916,7 @@
--
function vc200x.links(cfg)
local links = config.getlinks(cfg, "system", "fullpath")
local links = config.getlinks(cfg, "all", "fullpath")
links = table.concat(links, " ")
links = path.translate(links)
return links