From: Debian Krap Maintainers Date: Wed, 17 Apr 2013 19:30:26 +0000 (+0000) Subject: use-debian-default-csharp-compiler X-Git-Tag: archive/raspbian/6.1.6+dfsg2-4+rpi1~1^2^2^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cf03245607c3f52d485d24eef2edd3af9a752403;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 89ec5149..5e6d59cd 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