diff options
Diffstat (limited to 'site_scons/site_tools/component_targets_msvs.py')
-rwxr-xr-x | site_scons/site_tools/component_targets_msvs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/site_tools/component_targets_msvs.py b/site_scons/site_tools/component_targets_msvs.py index b50f1a5..6afc7fe 100755 --- a/site_scons/site_tools/component_targets_msvs.py +++ b/site_scons/site_tools/component_targets_msvs.py @@ -821,7 +821,7 @@ def ComponentVSSolution(self, solution_name, target_names, projects=None, Args: self: Environment context. - solution_name: Name of the target. + solution_name: Name of the solution. target_names: Names of targets or target groups to include in the solution. This will automatically build projects for them. projects: List of aditional projects not generated by this solution to |