diff options
Diffstat (limited to 'src/engine/SCons/Tool/msvs.xml')
-rw-r--r-- | src/engine/SCons/Tool/msvs.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/msvs.xml b/src/engine/SCons/Tool/msvs.xml index babc20f..56180b0 100644 --- a/src/engine/SCons/Tool/msvs.xml +++ b/src/engine/SCons/Tool/msvs.xml @@ -61,8 +61,11 @@ NOT as SCons File Nodes. This is because they represent file names to be added to the project file, not the source files used to build the project file. -In addition to the above lists of values (which are all optional, -although not specifying any of them results in an empty project file), +The above filename lists are all optional, +although at least one must be specified +for the resulting project file to be non-empty. + +In addition to the above lists of values, the following values may be specified: <literal>target</literal>: @@ -108,6 +111,17 @@ entries must match the number of <literal>variant</literal> entries. +<literal>runfile</literal>: +The name of the file that Visual Studio 7 and later +will run and debug. +This appears as the value of the +<literal>Output</literal> +field in the resutling Visual Studio project file. +If this is not specified, +the default is the same as the specified +<literal>buildtarget</literal> +value. + Example usage: <example> |