GitHub user adamduffy opened a pull request:
https://github.com/apache/thrift/pull/22
Add windows build configurations to support static linking
Hi Guys,
These changes should allow thrift to be built for an application that uses
static linking. I copied the existing debug/release configurations to
debug-mt/release-mt and changed the runtime library linking to /MT.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adamduffy/thrift trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/22.patch
----
commit 427e8201cbb86327e21fb1d5472f4fa518f2ffd7
Author: Adam Duffy <[email protected]>
Date: 2012-06-11T14:52:38-07:00
Add windows build configurations to support static linking
----