From 71186b0815b4ef307ffaa5d58efbb827cb62ef35 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Mon, 3 Oct 2005 22:28:52 +0000 Subject: Added multi-platform support for MSIL --- Makefile.config | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index 02187e0633..b104a37929 100644 --- a/Makefile.config +++ b/Makefile.config @@ -81,6 +81,7 @@ MIRROR ?= $(PROJECT_SUPPORTDIR)/scripts/mirror MKDIR ?= mkdir MV ?= mv NICE ?= nice +PATCH ?= patch RECODE ?= recode RM ?= rm -f SCSH ?= scsh @@ -117,21 +118,6 @@ SCALARUN ?= $(SCALA_HOME:%=%/bin/)scalarun SCALADOC ?= $(SCALA_HOME:%=%/bin/)scaladoc SCALAINFO ?= $(SCALA_HOME:%=%/bin/)scala-info -############################################################################## -# .NET/Mono tools - -CSC ?= csc -CSC_FLAGS ?= /nologo /warn:0 -ILASM ?= ilasm -ILASM_FLAGS ?= $(if $(MONO),/debug /dll,/nol /qui /debug /dll) -ILDASM ?= ildasm -ILDASM_FLAGS ?= -SN ?= sn -SN_FLAGS ?= - -MONO = $(shell $(CSC) --version 2>&1 | \ - $(GREP) -c "Mono" | $(GREP) -v 0) - ############################################################################## # Convert tool (ImageMagick) -- cgit v1.2.3