Boost logo

Boost :

From: Stefan Seefeld (seefeld_at_[hidden])
Date: 2008-02-25 16:29:43


Robert Dailey wrote:
> Hi,
>
> I'm currently using MSVC 9 with Boost 1.34.1. When I create a boost module
> using BOOST_PYTHON_MODULE(), I notice that my application is generating a
> .lib and .exp files when my application is a .exe (I'm embedding python, not
> extending into a library). I have no need for my application to generate a
> .lib file, is there a way I can disable the generation of this library file?

Have a look at the libs/python/test/exec.cpp test (and its build
process). It sounds as if you are trying to do the same thing, i.e.
generating an extension module, but keeping it with the embedded python
interpreter in the main application.

HTH,
                Stefan

-- 
       ...ich hab' noch einen Koffer in Berlin...

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk