News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Can we have makefile generation back?

Started by jarro_2783, December 07, 2006, 04:26:02 AM

Previous topic - Next topic

jarro_2783

Would it be possible to bring back automatic makefile generation and also the ability to add additional targets/rules to the makefile?
As well as that or instead of, could someone add extra targets / programs to run?
A project I am developing uses flex and bison, so at the moment I've got a makefile that I run whenever I update my flex or bison file which runs flex/bison and then compiles the resulting c file. I then have the .o in codeblocks under the additional link options. It would be nice if that could be done all with codeblocks.

edit: is that what pre and post build commands are for?

thomas

Quote from: jarro_2783 on December 07, 2006, 04:26:02 AMedit: is that what pre and post build commands are for?
Yes

As for makefile generation: we might reimplement this at some point in the future, maybe, possibly. However, for now, that's not on the schedule.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

jarro_2783

ok, I think pre build commands probably do the job for me.