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:
authorAlex Rønne Petersen <alexrp@xamarin.com>2015-04-09 21:58:35 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2015-04-09 22:18:22 +0300
commitbf98c077ea5c3cb3d85734cc3ce8ce7d62dabf09 (patch)
tree73bc699ef56de398a7047e8921efb381fe4dd029 /man/mcs.1
parent77e66ab8e8427674bb4d90e6e8ffb28cc4976849 (diff)
Remove Moonlight references from `man mcs`.
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.119
1 files changed, 0 insertions, 19 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index bdebf77bae5..a193f9f0850 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -249,25 +249,6 @@ This will instruct the compiler to reference the System.* libraries
available on a typical dotnet framework installation, notice that this
does not include all of the Mono libraries, only the System.* ones. This
is a convenient shortcut for those porting code.
-.TP
-.I \-pkg:silver
-References the assemblies for creating Moonlight/Silverlight
-applications.
-.TP
-.I \-pkg:silverdesktop
-Use this option to create Moonlight/Silverlight applications that
-target the desktop. This option allows developers to consume the
-Silverlight APIs with the full 2.0 profile API available to them,
-unlike
-.I smcs
-it gives full access to all the APIs that are part of Mono. The only
-downside is that applications created with silverdesktop will not run
-on the browser. Typically these applications will be launched
-with the
-.I mopen
-command line tool.
-.TP
-For more details see the PACKAGE section in this document
.ne
.RE
.TP