[Mono-bugs] [Bug 76250][Wis] New - Compiler argument addition
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 27 14:55:10 EDT 2005
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 ldng at free.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=76250
--- shadow/76250 2005-09-27 14:55:10.000000000 -0400
+++ shadow/76250.tmp.16770 2005-09-27 14:55:10.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 76250
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Other.
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: ldng at free.Fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Compiler argument addition
+
+It might be interesting to have a --target argument that would able
+or disable some feature. Or that at least warn when you're using a
+feature you might not want to use. I see various cases :
+
+1 - you want to compile a .Net 1.0 application only (--target=NET-1.0 )
+
+2 - you want to compile a .Net 2.0 application only (--target=NET-2.0 )
+
+3 - you want to compile a .Net CF 1.0 application only (--target=NETCF-1.0 )
+Very useful if you want to develop for Mobile Systems
+
+4 - you want to compile a .Net Free Stack Only application only
+(--target=NETFS-1.0 )
+Useful if you want to use the standardized part only with Gtk# and Cairo
+
+How crackfull does that sound ?
More information about the mono-bugs
mailing list