Repository: thrift
Updated Branches:
  refs/heads/master 3db41faf4 -> 2d65c2365


THRIFT-3832: fix lnk 200 error on windows when compile as lib

This closes #1250


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/2d65c236
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/2d65c236
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/2d65c236

Branch: refs/heads/master
Commit: 2d65c2365f19f637bc732222e71d78727bf0b709
Parents: 3db41fa
Author: 771545...@qq.com <771545...@qq.com>
Authored: Mon Apr 10 17:09:32 2017 +0800
Committer: James E. King, III <jk...@apache.org>
Committed: Mon Apr 10 08:55:19 2017 -0400

----------------------------------------------------------------------
 lib/cpp/libthrift.vcxproj | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/2d65c236/lib/cpp/libthrift.vcxproj
----------------------------------------------------------------------
diff --git a/lib/cpp/libthrift.vcxproj b/lib/cpp/libthrift.vcxproj
index db0e5d9..307b121 100644
--- a/lib/cpp/libthrift.vcxproj
+++ b/lib/cpp/libthrift.vcxproj
@@ -53,6 +53,12 @@
     <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/>
     <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/>
     <ClCompile Include="src\thrift\server\TThreadedServer.cpp"/>
+       <ClCompile Include="src\thrift\server\TConnectedClient.cpp"/>
+       <ClCompile Include="src\thrift\server\TNonblockingServer.cpp"/>
+       <ClCompile Include="src\thrift\server\TServerFramework.cpp"/>
+       <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/>
+       <ClCompile Include="src\thrift\server\TThreadedServer.cpp"/>
+       <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/>
     <ClCompile Include="src\thrift\TApplicationException.cpp"/>
     <ClCompile Include="src\thrift\TOutput.cpp"/>
     <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/>

Reply via email to