Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
32
vendor/git.apache.org/thrift.git/lib/csharp/Makefile.am
generated
vendored
32
vendor/git.apache.org/thrift.git/lib/csharp/Makefile.am
generated
vendored
|
@ -52,6 +52,7 @@ THRIFTCODE = \
|
|||
src/Transport/TBufferedTransport.cs \
|
||||
src/Transport/TTransport.cs \
|
||||
src/Transport/TSocket.cs \
|
||||
src/Transport/TSocketVersionizer.cs \
|
||||
src/Transport/TTransportException.cs \
|
||||
src/Transport/TStreamTransport.cs \
|
||||
src/Transport/TFramedTransport.cs \
|
||||
|
@ -83,23 +84,28 @@ if NET_2_0
|
|||
export CSC_DEFINES = -d:NET_2_0
|
||||
endif
|
||||
|
||||
all-local: Thrift.dll
|
||||
all-local: Thrift.dll Thrift.45.dll
|
||||
|
||||
Thrift.dll: $(THRIFTCODE)
|
||||
$(CSC) $(CSC_DEFINES) -out:$@ -target:library -reference:System.Web $(THRIFTCODE)
|
||||
|
||||
Thrift.45.dll: $(THRIFTCODE)
|
||||
$(CSC) $(CSC_DEFINES) -out:$@ -target:library -reference:System.Web $(THRIFTCODE)
|
||||
|
||||
clean-local:
|
||||
$(RM) Thrift.dll
|
||||
$(RM) Thrift.dll \
|
||||
$(RM) Thrift.45.dll
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(THRIFTCODE) \
|
||||
ThriftMSBuildTask \
|
||||
src/Thrift.csproj \
|
||||
src/Thrift.45.csproj \
|
||||
src/Thrift.sln \
|
||||
src/Transport/TSilverlightSocket.cs \
|
||||
src/Transport/THttpTaskAsyncHandler.cs \
|
||||
src/TAsyncProcessor.cs \
|
||||
test \
|
||||
coding_standards.md \
|
||||
README.md
|
||||
$(THRIFTCODE) \
|
||||
ThriftMSBuildTask \
|
||||
src/Thrift.csproj \
|
||||
src/Thrift.45.csproj \
|
||||
src/Thrift.sln \
|
||||
src/Net35/ExtensionsNet35.cs \
|
||||
src/Transport/TSilverlightSocket.cs \
|
||||
src/Transport/THttpTaskAsyncHandler.cs \
|
||||
src/TAsyncProcessor.cs \
|
||||
test \
|
||||
coding_standards.md \
|
||||
README.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue