[Mono-bugs] [Bug 38936][Nor] Changed - mcs.bat removes ; from arguments
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 1 Mar 2003 11:12:34 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38936
--- shadow/38936 Sat Mar 1 01:29:28 2003
+++ shadow/38936.tmp.15694 Sat Mar 1 11:12:34 2003
@@ -1,14 +1,14 @@
Bug#: 38936
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details: Windows 2000
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: WONTFIX
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -37,6 +37,11 @@
this is because the mcs.bat file removed the ; between DEBUG and TRACE,
and this causes the compiler to see TRACE as the name of a source file.
I would expect the batch file to retain the ; characters in arguments.
Thanks
+
+------- Additional Comments From gonzalo@ximian.com 2003-03-01 11:12 -------
+I suggest using separate -define for those variables.
+
+The windows shell seems to translate the ';' to ' '.