projects
/
virtuoso-opensource.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704375c
)
use-debian-default-csharp-compiler
author
Debian QA Group
<packages@qa.debian.org>
Tue, 10 Jan 2017 11:56:02 +0000
(11:56 +0000)
committer
Mattia Rizzolo
<mattia@debian.org>
Tue, 10 Jan 2017 11:56:02 +0000
(11:56 +0000)
Gbp-Pq: Name use-debian-default-csharp-compiler.patch
binsrc/VirtuosoClient.Net/Makefile.mono
patch
|
blob
|
history
diff --git
a/binsrc/VirtuosoClient.Net/Makefile.mono
b/binsrc/VirtuosoClient.Net/Makefile.mono
index 4569f2ed38d7023341b20813fb0ff5f327162108..2405e6e196ea06be386e14ba915d8120119a26e1 100644
(file)
--- 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 = m
cs
+CSC = m
ono-csc
#CSFLAGS = -debug+ /d:MONO /d:DEBUG /d:DEBUG_IO
CSFLAGS = /optimize+ /d:MONO