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

makefile project and custom commands

Started by ramesh, September 14, 2005, 10:45:34 PM

Previous topic - Next topic

ramesh

In VC++, if I create a makefile project, I can specify the command to execute for build/rebuild/clean. Is there a way to specify commands to execute for build/rebuild/clean in codeblocks?

mandrav

Be patient!
This bug will be fixed soon...

rickg22

I think we need to make a "checklist" for requested features regarding the upcoming compiler model...

grv575

Yeah, I was going to say, it'll be difficult to remember all the 'it'll probably be in the redesigned 1.1' features that were requested on this board.


mandrav

The point of redesigning the compiler framework, is to allow us to easily add/customize any step of the build process.
Don't think that when the redesign is done we 'll have a full featured compiler plugin. We will only have a solid base to build on. At that time, we 'll talk about features that should be implemented...

Features like the one mentioned in this topic, will be a breeze to add :)
Be patient!
This bug will be fixed soon...

sushi_cw

Quote from: ramesh on September 14, 2005, 10:45:34 PM
In VC++, if I create a makefile project, I can specify the command to execute for build/rebuild/clean. Is there a way to specify commands to execute for build/rebuild/clean in codeblocks?


I just wanted to second(third? fourth? 50th?) this feature request. The way that VC++ does it is pretty good, and putting the same functionality in CodeBlocks would make it possible to use virtually any compiler(besides those that are officially supported). It would even be pretty easy to implement, I imagine!