Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Toker <alp@mono-cvs.ximian.com>2002-07-19 23:39:41 +0400
committerAlp Toker <alp@mono-cvs.ximian.com>2002-07-19 23:39:41 +0400
commit49177cef960caf0286d1b91467f6e23fc07a2a23 (patch)
tree7f1ebbf4faa189cf4f76fbe81ee63a4367c2fcd1 /mcs/nunit/src
parent211ac5600081d9512d5b0fe3816553ca05496a4e (diff)
It makes more sense to call mcs directly as wrapper shell scripts are soon to
be phased out anyway. NUnitConsole_mono.exe is now part of the build procedure too. mcs-tool is gone. svn path=/trunk/mcs/; revision=5949
Diffstat (limited to 'mcs/nunit/src')
-rw-r--r--mcs/nunit/src/NUnitConsole/makefile.gnu2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/nunit/src/NUnitConsole/makefile.gnu b/mcs/nunit/src/NUnitConsole/makefile.gnu
index 0d3e32f96bd..efa397af017 100644
--- a/mcs/nunit/src/NUnitConsole/makefile.gnu
+++ b/mcs/nunit/src/NUnitConsole/makefile.gnu
@@ -8,6 +8,6 @@ PROGRAM_FLAGS = \
include ../../../class/executable.make
-MCSTOOL = ../../../mcs-tool
+MCS = mcs
MCS_FLAGS = --target exe --noconfig