
25 Feb
2008
25 Feb
'08
9:29 p.m.
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...