You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Git at Apache <gi...@git.apache.org> on 2012/06/12 00:01:21 UTC

thrift pull request: Add windows build configurations to support static lin...

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 <ad...@cisco.com>
Date:   2012-06-11T14:52:38-07:00

    Add windows build configurations to support static linking

----