~ubuntu-branches/ubuntu/maverick/libtorrent-rasterbar/maverick

« back to all changes in this revision

Viewing changes to bindings/python/Jamfile

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2010-08-10 12:59:37 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810125937-jbcmmf17y8yo9hgz
Tags: 0.15.0-0ubuntu1
* New upstream version.
* debian/patches/100_fix_html_docs.patch: refreshed.
* debian/control: bump up standards-version to 3.9.1 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
    if <toolset>gcc in $(properties)
13
13
    {
14
 
        result += <library>/torrent//torrent/<link>static/<cxxflags>-fPIC/<cflags>-fPIC <cxxflags>-fPIC ;
15
 
    }
16
 
    else
17
 
    {
18
 
        result += <library>/torrent//torrent/<link>static ;
19
 
    }
 
14
        result += <fpic>on ;
 
15
    }
 
16
 
 
17
#    if <toolset>gcc in $(properties) || <toolset>darwin in $(properties)
 
18
#    {
 
19
#        result += <visibility>hidden ;
 
20
#    }
20
21
 
21
22
    # when building peer_plugin.cpp on msvc-7.1 it fails
22
23
    # running out of internal heap space. Don't add it
55
56
    src/ip_filter.cpp
56
57
    src/magnet_uri.cpp
57
58
  : <include>src
 
59
    <library>/torrent//torrent/<link>static
58
60
    <boost>system:<library>boost_python
59
61
    <boost>source,<boost-link>static:<library>/boost/python//boost_python/<link>static
60
62
    <boost>source,<boost-link>shared:<library>/boost/python//boost_python/<link>shared