[C++-sig] using libtool with boost.python
Dirgesh Patel
dirgesh.patel at hp.com
Thu Jun 30 16:42:19 CEST 2005
if i want to use libtool to compile and link all of my files in the JAMFILE
with boost.python...how can i do so, here is what my Jamfile looks like
currently.
extension MaskUtil
: # sources
MaskUtil.cpp
# requirements and dependencies for Boost.Python extensions
<template>@boost/libs/python/build/extension
;
# Declare a test for the extension module
boost-python-runtest test2
: # extension modules to use
<pyd>MaskUtil ;
More information about the Cplusplus-sig
mailing list