[Mono-bugs] [Bug 38937][Nor] New - mcs supports two ways for specifiying defines
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 1 Mar 2003 01:32:25 -0500 (EST)
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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=38937
--- shadow/38937 Sat Mar 1 01:32:25 2003
+++ shadow/38937.tmp.16446 Sat Mar 1 01:32:25 2003
@@ -0,0 +1,30 @@
+Bug#: 38937
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details: Windows 2000
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gert.driesen@pandora.be
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs supports two ways for specifiying defines
+
+Description of Problem:
+
+MCS support two ways for specifying defines :
+
+--define [x;y;...]
+
+and
+
+-define:[x;y;...]
+
+Only the second option is documented, so I would suggest removing the
+first way of specifying defines.