Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3d0abc3
)
THRIFT-264. csharp: Use /langversion:linq to fix the Linux build
author
David Reiss
<dreiss@apache.org>
Tue, 3 Feb 2009 21:20:27 +0000
(21:20 +0000)
committer
David Reiss
<dreiss@apache.org>
Tue, 3 Feb 2009 21:20:27 +0000
(21:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@740454
13f79535
-47bb-0310-9956-
ffa450edef68
lib/csharp/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/csharp/Makefile.am
b/lib/csharp/Makefile.am
index
d96bef0
..
8395266
100644
(file)
--- a/
lib/csharp/Makefile.am
+++ b/
lib/csharp/Makefile.am
@@
-31,7
+31,7
@@
CSC=gmcs
all-local: Thrift.dll
Thrift.dll: $(THRIFTCODE)
- $(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library
+ $(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library
/langversion:linq
clean-local:
$(RM) Thrift.dll