using python : 3.2 : "D:/Program Files/Python32" ;

use-project boost : "D:/Program Files/boost_1_48_0" ;

project : requirements <library>/boost/python//boost_python ;

python-extension _pixMagick : pixMagick.cpp : <include>I:/RIXE/ImageMagick/ImageMagick-6.7.4 <include>I:/RIXE/ImageMagick/ImageMagick-6.7.4/Magick++/lib <library>I:/RIXE/ImageMagick/ImageMagick-6.7.4/VisualMagick/lib/CORE_RL_Magick++_.lib <library>I:/RIXE/ImageMagick/ImageMagick-6.7.4/VisualMagick/lib/CORE_RL_magick_.lib <library>I:/RIXE/ImageMagick/ImageMagick-6.7.4/VisualMagick/lib/CORE_RL_wand_.lib <toolset>msvc <variant>release <link>shared <threading>multi ;

# Put the extension and Boost.Python DLL in the current directory, so
# that running script by hand works.
install convenient_copy 
  : _pixMagick 
  : <install-dependencies>on <install-type>SHARED_LIB <install-type>PYTHON_EXTENSION 
    <location>. 
  ;

