[Mono-bugs] [Bug 49576][Min] Changed - Wrong handling of -define command line switch
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Oct 2003 20:33:55 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49576
--- shadow/49576 2003-10-12 13:44:59.000000000 -0400
+++ shadow/49576.tmp.6535 2003-10-13 20:33:55.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 49576
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details: Redhat 9.0
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: michaeld@3vium.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -34,6 +34,12 @@
How often does this happen?
Always
Additional Information:
When specifying separate -define switch for each define, everything works
+
+------- Additional Comments From miguel@ximian.com 2003-10-13 20:33 -------
+Use quotes, like this:
+
+mcs '-define:TRACE,DEBUG' program.cs
+