News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

using post-build step with custom make file

Started by jfouche, September 06, 2008, 05:29:40 PM

Previous topic - Next topic

jfouche

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

jfouche

Nobody can help me if it is possible ?
Or is it a bug ?
--
Jérémie

MortenMacFly

Quote from: jfouche on September 09, 2008, 07:26:29 PM
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]