Bjam Boost Python Build
timsson
timsson at gmail.com
Mon Feb 13 14:16:05 EST 2006
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.dll. What would I add in to make the
boost_python.dll go to the same directory as the rest of the files.
SubDir TOP Dummy;
import python ;
extension Dummy: Dummy.cpp
<template>@boost/libs/python/build/extension ;
stage $(TOP)/Tie : <pyd>Dummy;
InstallFile $(TOP)\\Tie : test_Dummy.py ;
More information about the Python-list
mailing list