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 ;
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 ;