From 9bb130928bfad1298cbfd3e46ba2a772658b15f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 31 Jan 2016 19:44:07 +0100 Subject: [PATCH] Don't use deprecated Mono compilers. --- INSTALL.md | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4c0d4329e0..f1dc7e1ca6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -34,7 +34,7 @@ Type `sudo make install-all` for system wide installation. Run `make install-lin Debian/Ubuntu ------------- -* mono-dmcs +* mono-mcs * libmono-system-windows-forms4.0-cil * nuget * cli-common-dev (>= 2.10) diff --git a/Makefile b/Makefile index 677bc0f335..069f29c939 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ ############################## TOOLCHAIN ############################### # -CSC = dmcs +CSC = mcs -sdk:4.0 CSFLAGS = -nologo -warn:4 -codepage:utf8 -unsafe -warnaserror DEFINE = TRACE COMMON_LIBS = System.dll System.Core.dll System.Data.dll System.Data.DataSetExtensions.dll System.Drawing.dll System.Xml.dll thirdparty/download/ICSharpCode.SharpZipLib.dll thirdparty/download/FuzzyLogicLibrary.dll thirdparty/download/Mono.Nat.dll thirdparty/download/MaxMind.Db.dll thirdparty/download/MaxMind.GeoIP2.dll thirdparty/download/Eluant.dll thirdparty/download/SmarIrc4net.dll