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>2009-03-10 20:20:50 +0300
committerMiguel de Icaza <miguel@gnome.org>2009-03-10 20:20:50 +0300
commitcef6453d5b3dab704364d06bb2924b11597989db (patch)
tree0a1dea891fcd74d6f35c3f8c1c898ae4d7a5bfb0 /man/mcs.1
parentab92e1dda497ba1acfcd59e1bed58fc780a8b4d1 (diff)
Clarify
svn path=/trunk/mono/; revision=128995
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.19
1 files changed, 8 insertions, 1 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 9e3291f8963..029bea6bca0 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -384,7 +384,14 @@ assembly.
Use this to stop option parsing, and allow option-looking parameters
to be passed on the command line.
.PP
-.SH PACKAGES
+.SH PACKAGES AND LIBRARIES
+When referencing an assembly, if the name of the assembly is a path,
+the compiler will try to load the assembly specified in the path. If
+it does not, then the compiler will try loading the assembly from the
+current directory, the compiler base directory and if the assembly is
+not found in any of those places in the directories specified as
+arguments to the -lib: command argument.
+.PP
Depending on the invocation for the C# compiler (mcs, gmcs, or smcs)
you will get a default set of libraries and versions of those
libraries that are referenced.