[Mono-bugs] [Bug 75339][Wis] Changed - mono svn is not compile IronPython-0.7.6

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 21 09:15:23 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 hys545 at dreamwiz.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75339

--- shadow/75339	2005-06-21 09:09:20.000000000 -0400
+++ shadow/75339.tmp.426	2005-06-21 09:15:23.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: hys545 at dreamwiz.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -75,6 +75,24 @@
 
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From hys545 at dreamwiz.com  2005-06-21 09:15 -------
+My Makefile 
+all:bin/IronMath.dll bin/IronPython.dll bin/IronPythonConsole.exe
+
+bin/IronMath.dll:
+        $(CSC) -t:library -out:bin/IronMath.dll -recurse:IronMath/*.cs
+
+bin/IronPython.dll: bin/IronMath.dll
+        $(CSC) -t:library -r:bin/IronMath.dll /r:System.dll /r:
+mscorlib.dll  -out:bin/IronPython.dll-recurse:IronPython/*.cs
+
+bin/IronPythonConsole.exe: bin/IronPython.dll
+        $(CSC) -t:exe -r:bin/IronPython.dll -out:bin/
+IronPythonConsole.exe -recurse:IronPythonConsole/*.cs
+
+
+


More information about the mono-bugs mailing list