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>2005-09-29 21:45:05 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-09-29 21:45:05 +0400
commit279d56809f11c91a90668c9e823148bc57a35eb7 (patch)
tree6d874c1eb635872960dd6cc86680a62617d4c495 /man/mcs.1
parentaf3f07145741abf00ab25667d51330033e4007d8 (diff)
Make this more obvious
svn path=/trunk/mono/; revision=51005
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.17
1 files changed, 7 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 34d6fc34539..a5c79b5cd73 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -31,6 +31,13 @@ Language Infrastructure virtual machine such as the Microsoft .NET
runtime engine on Windows or the Mono runtime engine on Unix systems.
Executables are not bound to a specific CPU or operating system.
.PP
+The Mono C# compiler by default only references three assemblies:
+mscorlib.dll, System.dll and System.Xml.dll. If you want to
+reference extra libraries you must manually specify them using the
+-pkg: command line option or the -r: command line option.
+Alternatively if you want to get all of the System libraries, you can
+use the -pkg:dotnet command line option.
+.PP
.SH OPTIONS
.TP
.I \-\-about