Author Topic: using post-build step with custom make file  (Read 4245 times)

Offline jfouche

  • Multiple posting newcomer
  • *
  • Posts: 28
using post-build step with custom make file
« 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

Offline jfouche

  • Multiple posting newcomer
  • *
  • Posts: 28
Re: using post-build step with custom make file
« Reply #1 on: September 09, 2008, 07:26:29 pm »
Nobody can help me if it is possible ?
Or is it a bug ?
--
Jérémie

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: using post-build step with custom make file
« Reply #2 on: September 10, 2008, 08:51:45 am »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ