Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: jfouche on September 06, 2008, 05:29:40 pm
-
Hi everybody
I'm using boost::python with bjam, so I use a cutom makefile in my project.
I would like also to use a post build step to copy the generated lib in another directory. But the post build step is read only, and I don't know how to enter a new command inside :(
Why post build step isn't available for custom makefile project ?
--
Jérémie
-
Nobody can help me if it is possible ?
Or is it a bug ?
--
Jérémie
-
Nobody can help me if it is possible ?
Why don't you put the post-build step in the Makefile? That's what I would expect if you are talking about a Makefile project.
Pre- and post-build steps are only available if you are using the C::B build system for various reasons. Sorry.