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:
authorMiguel de Icaza <miguel@gnome.org>2002-03-20 00:03:15 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-20 00:03:15 +0300
commit3de783bafca4e8b42270600081591d821135bd12 (patch)
tree19f3ea3849d2b977449fb9d8559b000e79b3dc24 /man
parent7cb4179b2766a4ba93cbfdf978c1e51518d721aa (diff)
Update man page
svn path=/trunk/mono/; revision=3227
Diffstat (limited to 'man')
-rwxr-xr-xman/mcs.18
1 files changed, 7 insertions, 1 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 802fbead976..52385666c5e 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -53,6 +53,10 @@ Multiple paths can be provided.
Use this flag if you want to compile the core library. This makes the
compiler load its internal types from the assembly being compiled.
.TP
+.I \-\-noconfig
+Disables the default compiler configuration to be loaded. The
+compiler by default has references to the system assemblies.
+.TP
.I \-\-nowarn XXX
Makes the compiler ignore warning XXX.
.TP
@@ -100,7 +104,9 @@ highest. The default is 2.
.TP
.I \-r ASSEMBLY
Reference the named assembly. Use this to use classes from the named
-assembly in your program.
+assembly in your program. The assembly will be loaded from either the
+system directory where all the assemblies live, or from the path
+explicitly given with the -L option.
.TP
.I \-v
Debugging. Turns on verbose yacc parsing.