summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2005-10-03 22:28:52 +0000
committermihaylov <mihaylov@epfl.ch>2005-10-03 22:28:52 +0000
commit71186b0815b4ef307ffaa5d58efbb827cb62ef35 (patch)
tree419d3df9d442c010f07c1b72489a15f692ae5981 /Makefile.config
parent526506ee0d5be17e5cabafb2d2a86b3feafd8e08 (diff)
downloadscala-71186b0815b4ef307ffaa5d58efbb827cb62ef35.tar.gz
scala-71186b0815b4ef307ffaa5d58efbb827cb62ef35.tar.bz2
scala-71186b0815b4ef307ffaa5d58efbb827cb62ef35.zip
Added multi-platform support for MSIL
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config16
1 files changed, 1 insertions, 15 deletions
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
@@ -118,21 +119,6 @@ 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)
CONVERT ?= convert