Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@corewars.org>2009-09-24 23:05:38 +0400
committerAnkit Jain <radical@corewars.org>2009-09-24 23:05:38 +0400
commit118ede341f476d92d14f8a1f3ad155660c49edb4 (patch)
tree0c97f9ce521e8d38eca4cebb12726bacca081489 /man/xbuild.1
parent379d5dfbf7c63843dd899c7d658a340b6ef46eb7 (diff)
* xbuild.1: Add info about env var XBUILD_EMIT_SOLUTION.
svn path=/trunk/mono/; revision=142597
Diffstat (limited to 'man/xbuild.1')
-rw-r--r--man/xbuild.19
1 files changed, 7 insertions, 2 deletions
diff --git a/man/xbuild.1 b/man/xbuild.1
index 5dfca3f40e9..3dba6c5667a 100644
--- a/man/xbuild.1
+++ b/man/xbuild.1
@@ -10,8 +10,8 @@ Environments like MonoDevelop and "Microsoft Visual Studio .NET" use msbuild
project file format.
xbuild takes the path of the project or solution file to build, as the main argument.
-If no file is specified then it tries to build any project file in the current
-directory, that has a *proj extension.
+If no file is specified then it tries to build any solution file or project file in
+the current directory, that has a *proj extension.
.SH OPTIONS
.TP
.B \//target:T1[,TN]
@@ -43,6 +43,11 @@ Show xbuild usage
.TP
.B \//version
Display xbuild version
+.SH ENVIRONMENT VARIABLES
+.TP
+.I "XBUILD_EMIT_SOLUTION"
+If this variable is set, then the project file generated from a solution
+file is emitted.
.SH SEE ALSO
.BR mono(1), mcs(1)
.SH COPYRIGHT