Author Topic: Build custom mekefile unavailable?  (Read 5323 times)

Offline yop

  • Regular
  • ***
  • Posts: 387
Build custom mekefile unavailable?
« on: January 16, 2006, 09:02:51 pm »
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
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?
« Last Edit: January 16, 2006, 11:51:38 pm by yop »
Life would be so much easier if we could just look at the source code.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Build custom mekefile unavailable?
« Reply #1 on: January 27, 2006, 10:58:14 am »
Revision 1884 has it back but I haven't tested it thoroughly.
Be patient!
This bug will be fixed soon...