News:

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

Main Menu

Build custom mekefile unavailable?

Started by yop, January 16, 2006, 09:02:51 PM

Previous topic - Next topic

yop

Code::Blocks rev 1754.
I tried to build a project using a custom makefile with no luck, while rebuilding worked nicely. Looking at the compilergcc.cpp, I see in the CompilerGCC::ReBuild method (my comments) :
Code (cpp) Select
if(UseMake())
{
//make custom makefile
}
else
{
//use direct commands
}

The above is missing from the CompilerGCC::Build method, which makes selecting Menu->Build->Build to only compile using the queued commands even if the user has selected to use a custom Makefile.
Is this intentional?
Life would be so much easier if we could just look at the source code.

mandrav

Revision 1884 has it back but I haven't tested it thoroughly.
Be patient!
This bug will be fixed soon...