Bjam Boost Python Build

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • timsson

    Bjam Boost Python Build

    I need some help here. When i build using the following jamfile it
    moves my build files into the directories specified below except for
    the boost_python.dl l. What would I add in to make the
    boost_python.dl l go to the same directory as the rest of the files.

    SubDir TOP Dummy;

    import python ;

    extension Dummy: Dummy.cpp
    <template>@boos t/libs/python/build/extension ;

    stage $(TOP)/Tie : <pyd>Dummy;

    InstallFile $(TOP)\\Tie : test_Dummy.py ;

Working...