Reverting changes to the makefile
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 27 Mar 2002 18:17:14 +0000 (18:17 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 27 Mar 2002 18:17:14 +0000 (18:17 -0000)
svn path=/trunk/mcs/; revision=3403

mcs/mcs/makefile

index ea1e2547d12639928f3e73d9209b5c8b12f187b0..357416b1e4c972b84edf81a2988863839ecf12c6 100755 (executable)
@@ -1,4 +1,4 @@
-CSC=mint /usr/local/bin/mcs.exe
+CSC=csc.exe
 CSCFLAGS=/nologo /debug+ /debug:full  /optimize
 
 VERSION=0.13
@@ -46,17 +46,13 @@ dum: cs-parser.cs
        ./mcs --fatal --target exe -o mcs2.exe $(COMPILER_SOURCES)
 
 mcs2.exe: mcs.exe
-       mint ./mcs.exe --target exe --unsafe -o mcs2.exe $(COMPILER_SOURCES)
+       ./mcs $(XFLAGS) --target exe -o mcs2.exe $(COMPILER_SOURCES)
 
 mcs3.exe: mcs2.exe
-       mint ./mcs2.exe --target exe -o mcs3.exe $(COMPILER_SOURCES)
+       ./mcs2 --target exe -o mcs3.exe $(COMPILER_SOURCES)
 
 mm:
-<<<<<<< makefile
-       mint /usr/local/bin/mcs.exe --target exe -o mcs4.exe $(COMPILER_SOURCES)
-=======
        mint $(MINTFLAGS) ./mcs.exe $(MCSFLAGS) --target exe -o mcs4.exe $(COMPILER_SOURCES)
->>>>>>> 1.47
 
 monomcs: cs-parser.cs
        mcs $(MCSFLAGS) --target exe -o mcs4.exe $(COMPILER_SOURCES)