[Mono-bugs] [Bug 58673][Wis] Changed - mbas does not implement -pkg: option

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 14:35:22 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rafaelteixeirabr@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58673

--- shadow/58673	2004-07-13 14:03:53.000000000 -0400
+++ shadow/58673.tmp.14934	2004-07-15 14:35:22.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58673
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 024 Three days
 Priority: Wishlist
 Component: Basic
 AssignedTo: rafaelteixeirabr@hotmail.com                            
 ReportedBy: edd@usefulinc.com               
 QAContact: mono-bugs@ximian.com
@@ -15,6 +15,40 @@
 URL: 
 Cc: 
 Summary: mbas does not implement -pkg: option
 
 mcs now has a -pkg: option to bring in assembly references from .pc files.
 it would be nice to have this in mbas too.
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com  2004-07-15 14:35 -------
+Implemented in CVS (HEAD)
+
+debug run shows:
+
+[rafael@redhat9 mbas]$ mono ./mbas.exe -verbosegetoptions
+-pkg:gtk-sharp,monodoc -addmodule:xasdasd -addmodule:zaxa
+--------
+MonoBASIC: THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT YOUR
+OWN RISK.
+--------
+<pkg> set to [gtk-sharp]
+-r:/usr/lib/mono/gtk-sharp/glib-sharp.dll
+-r:/usr/lib/mono/gtk-sharp/pango-sharp.dll
+-r:/usr/lib/mono/gtk-sharp/atk-sharp.dll
+-r:/usr/lib/mono/gtk-sharp/gdk-sharp.dll
+-r:/usr/lib/mono/gtk-sharp/gtk-sharp.dll
+ 
+/usr/lib/mono/gtk-sharp/glib-sharp.dll
+/usr/lib/mono/gtk-sharp/pango-sharp.dll
+/usr/lib/mono/gtk-sharp/atk-sharp.dll
+/usr/lib/mono/gtk-sharp/gdk-sharp.dll
+/usr/lib/mono/gtk-sharp/gtk-sharp.dll
+<pkg> set to [monodoc]
+/r:/usr/lib/mono/gtk-sharp/monodoc.dll
+ 
+/usr/lib/mono/gtk-sharp/monodoc.dll
+<addmodule> set to [xasdasd]
+<addmodule> set to [zaxa]
+MonoBASIC Compiler  0.92.0.0 - (c)2002, 2003, 2004 Rafael Teixeira
+This is a compiler for the MonoBASIC language,
+which is a superset of Visual Basic.NET
+...