Code::Blocks Forums

User forums => Help => Topic started by: Pchiter on August 19, 2007, 03:42:55 pm

Title: Problem with custom makefiles
Post by: Pchiter on August 19, 2007, 03:42:55 pm
Hi,

I just downloaded C::B and I'm trying to use my own makefiles.
The problem is that I can't choose my "Build method" in "compiler and debugger settings -> other settings".
My "Build method" is "Invoke compiler directly" :(

What can I do ?
Thanks
Title: Re: Problem with custom makefiles
Post by: mariocup on August 19, 2007, 10:22:07 pm
Hi Pchiter,

if you want to use a custom makefile, than use CB project properties/project settings and select "this is a custom Makefile".

Title: Re: Problem with custom makefiles
Post by: Pchiter on August 20, 2007, 09:36:17 am
Thanks mariocup :)