diff --git a/src/actions/vstudio/vs200x_vcproj.lua b/src/actions/vstudio/vs200x_vcproj.lua index fc521585..35c7f16c 100644 --- a/src/actions/vstudio/vs200x_vcproj.lua +++ b/src/actions/vstudio/vs200x_vcproj.lua @@ -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