Properties are working and support typed parameters. An error is
[mono.git] / mcs / mbas / driver.cs
index 2966d2f3a132081e7091093be185ecfba436f6d1..572e3e567f6e6ccddfedf5700e7bede2dba0e1e3 100644 (file)
@@ -71,7 +71,7 @@ namespace Mono.Languages
                [Option("Shows stack trace at Error location", "Stacktrace")]
                public bool Stacktrace { set { Report.Stacktrace = value; } }
 
-               [Option("References an assembly", 'r')]
+               [Option(-1, "References an assembly", 'r')]
                public string reference { set { references.Add(value); } }
 
                [Option("Adds PARAM as a resource", "resource")]
@@ -386,8 +386,8 @@ namespace Mono.Languages
                                "System",
                                "System.Data",
                                "System.Xml",
-                               "Microsoft.VisualBasic", // just for now
-#if false
+                               "Microsoft.VisualBasic", 
+#if EXTRA_DEFAULT_REFS
                                //
                                // Is it worth pre-loading all this stuff?
                                //