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
path: root/man/mcs.1
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-12-22 01:18:40 +0300
committerMiguel de Icaza <miguel@gnome.org>2007-12-22 01:18:40 +0300
commit4a812de5cda1bee2897a2cb44e15eeba52d8ea63 (patch)
treeff25a301444baf59d185b84620cd6cfcf61f06ac /man/mcs.1
parentb7220bc77fa7d5ad44fd501f4a6e5e6b06f436f1 (diff)
Add docs
svn path=/trunk/mono/; revision=91794
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.124
1 files changed, 24 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index da5b9323d82..cfa80e8ee1d 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -358,6 +358,30 @@ even if they are only defined in a single file.
When using the "-debug" flag, MCS will generate a file with the
extension .mdb that contains the debugging information for the
generated assembly. This file is consumed by the Mono debugger (mdb).
+.SH ENVIRONMENT VARIABLES
+.TP
+.I "MCS_COLORS"
+If this variable is set, it contains a string in the form
+"foreground,background" that specifies which color to use to display
+errors on some terminals.
+.Sp
+The background is optional and defaults to your terminal current
+background. The possible colors for foreground are:
+.B black, red, brightred, green, brightgreen, yellow, brightyellow,
+blue, brightblue, magenta, brightmagenta, cyan, brightcyan, grey,
+white and brightwhite.
+.Sp
+The possible colors for background are: black, red, green, yellow,
+blue, magenta, cyan, grey and white.
+.Sp
+For example, you could set these variable from your shell:
+.nf
+ export MCS_COLORS
+ MCS_COLORS=brightwhite,red
+.fi
+.Sp
+You can disable the built-in color scheme by setting this variable to
+"disable".
.SH NOTES
During compilation the MCS compiler defines the __MonoCS__ symbol,
this can be used by pre-processor instructions to compile Mono C#