[Mono-bugs] [Bug 36410][Wis] Changed - mcs should accept options intermixed with source files
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 15 Feb 2003 17:14:09 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36410
--- shadow/36410 Tue Jan 7 18:05:58 2003
+++ shadow/36410.tmp.11809 Sat Feb 15 17:14:08 2003
@@ -1,14 +1,14 @@
Bug#: 36410
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jonpryor@vt.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -52,6 +52,10 @@
gui:
$(CSC_INVOKE) $(GUI_OPTIONS)
This simplifies maintenance. However, this doesn't work if $(GUI_OPTIONS)
contains defines (-d), as mcs ignores them. This prevents the second
makefile from working as expected.
+
+------- Additional Comments From miguel@ximian.com 2003-02-15 17:14 -------
+This is now supported in CVS. Order of the argumnets is no longer
+important (Martin did this)