Skip to content

Commit

Permalink
Merge pull request #328 from deplinenoise/all-projects
Browse files Browse the repository at this point in the history
In VS solutions, build everything
  • Loading branch information
deplinenoise authored Oct 22, 2020
2 parents 3384818 + d7513bd commit 891649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tundra/ide/msvc-common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ local function make_project_data(units_raw, env, proj_extension, hints, ide_scri
FriendlyName = "Build This Solution",
BuildByDefault = true,
Sources = source_list,
BuildProjects = util.clone_array(sln_projects),
BuildProjects = {}, -- util.clone_array(sln_projects),
Env = env,
})

Expand Down

0 comments on commit 891649d

Please sign in to comment.