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
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-02-27 20:54:41 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-02-27 20:54:41 +0300
commit690a00cc3183e12b63d76366b5207b8c7bdebfd4 (patch)
tree72d3926fc943ff1a0f75e93f5ff126d73ace8b03 /man
parentdbd34d48497d325449fc86c5aa56b00efe80fec2 (diff)
Documented MONO_CODEDOM_NODELETE
svn path=/trunk/mono/; revision=23546
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index eeef2f1a241..ce545828a99 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -271,6 +271,10 @@ If set to any value, System.IO.FileSystemWatcher will use the default
managed implementation (slow). If unset, mono will try to use FAM under
Unix systems and native API calls on Windows, falling back to the
managed implementation on error.
+.TP
+.I "MONO_CODEDOM_NODELETE"
+If set to any value, the C# CodeDom compiler will not remove the temporary
+source files generated.
.SH FILES
On Unix assemblies are loaded from the installation lib directory. If you set
`prefix' to /usr, the assemblies will be located in /usr/lib. On