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 ; -- http://mail.python.org/mailman/listinfo/python-list