THRIFT-3493 libthrift does not compile on windows using visual studio Client: C++ Patch: Jens Geyer
fixed broken README link in VC++ solution Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/7be41c7a Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/7be41c7a Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/7be41c7a Branch: refs/heads/master Commit: 7be41c7ada9692e3c37fb8b4935991f6247320f6 Parents: 176bf0c Author: Jens Geyer <[email protected]> Authored: Thu Dec 17 22:21:24 2015 +0100 Committer: Jens Geyer <[email protected]> Committed: Thu Dec 17 22:21:24 2015 +0100 ---------------------------------------------------------------------- lib/cpp/thrift.sln | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/7be41c7a/lib/cpp/thrift.sln ---------------------------------------------------------------------- diff --git a/lib/cpp/thrift.sln b/lib/cpp/thrift.sln index 88d7968..cb0f455 100644 --- a/lib/cpp/thrift.sln +++ b/lib/cpp/thrift.sln @@ -7,7 +7,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libthrift", "libthrift.vcxp EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{006984E0-7CC1-47E2-ACD2-A40FE4D38693}" ProjectSection(SolutionItems) = preProject - README_WINDOWS = README_WINDOWS + README.md = README.md EndProjectSection EndProject Global
