Explorar o código

update

svn path=/trunk/mono/; revision=82937
Miguel de Icaza %!s(int64=18) %!d(string=hai) anos
pai
achega
0ccfaa1e8b
Modificáronse 2 ficheiros con 13 adicións e 1 borrados
  1. 11 0
      README
  2. 2 1
      man/mcs.1

+ 11 - 0
README

@@ -264,6 +264,17 @@ This is Mono.
 		Whether you want to build libraries that are still not
 	  	completed (The 2.0 APIs).   It defaults to `yes'.
 
+	--with-moonlight=yes,no
+
+		Whether you want to generate the Silverlight/Moonlight
+		libraries and toolchain in addition to the default
+		(1.1 and 2.0 APIs).
+
+		This will produce the `smcs' compiler which will reference
+		the Silvelright modified assemblies (mscorlib.dll,
+		System.dll, System.Code.dll and System.Xml.Core.dll) and turn
+	  	on the LINQ extensions for the compiler.
+
 	--with-libgdiplus=installed,sibling,<path>
 
 		This is used to configure where should Mono look for

+ 2 - 1
man/mcs.1

@@ -28,7 +28,8 @@ This profile is designed to be used for creating Silverlight/Moonlight
 applications that will run on a web browser.   The API exposed by this
 profile is a small subset of the 2.0 API (even if it is commonly
 referred as the 2.1 API, this API is a small subset of 2.0 with a few
-extensions).
+extensions), in addition this profile by default runs with
+-langversion:linq which turns on the C# 3.0 language by default.
 .PP
 The Mono C# compiler accepts the same command line options that the
 Microsoft C# compiler does.  Those options can start with a slash or a