From: Debian Krap Maintainers Date: Mon, 15 Sep 2014 17:48:35 +0000 (+0000) Subject: use-debian-default-csharp-compiler X-Git-Tag: archive/raspbian/6.1.6+dfsg2-4+rpi1~1^2^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe717cdb9b5b28c5a7fe87e6ceb09d0d54573cb6;p=virtuoso-opensource.git use-debian-default-csharp-compiler Gbp-Pq: Name use-debian-default-csharp-compiler.patch --- diff --git a/binsrc/VirtuosoClient.Net/Makefile.mono b/binsrc/VirtuosoClient.Net/Makefile.mono index 4569f2ed..2405e6e1 100644 --- a/binsrc/VirtuosoClient.Net/Makefile.mono +++ b/binsrc/VirtuosoClient.Net/Makefile.mono @@ -86,7 +86,7 @@ RESOURCES= \ ifeq (ADONET2, $(ADONETVERSION)) -CSC = gmcs +CSC = mono-csc #CSFLAGS = -debug+ /d:MONO /d:DEBUG /d:DEBUG_IO /d:ADONET2 CSFLAGS = /optimize+ /d:MONO /d:ADONET2 @@ -101,7 +101,7 @@ REFERENCES = /r:System.Data /r:System.EnterpriseServices /r:System.Drawing else -CSC = mcs +CSC = mono-csc #CSFLAGS = -debug+ /d:MONO /d:DEBUG /d:DEBUG_IO CSFLAGS = /optimize+ /d:MONO