Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: hs.chauhan on April 18, 2007, 12:25:35 pm

Title: Disabled build option
Post by: hs.chauhan on April 18, 2007, 12:25:35 pm
Hello!!

I recently downloaded nightlybuild of codeblock and was really amazed by it.  :) I tried importing my autoconf project. But the build option is disabled. So I can't use custom makefile.  :( By default "Invoke compiler directly"  is selected and combobox is disabled.

How can use custom makefile I create using autoconf and friends?

Thanks

Regards
--Himanshu
Title: Re: Disabled build option
Post by: Biplab on April 18, 2007, 12:34:29 pm
How did you import autoconf project??

My suggestion, create an appropriate project using the wizards and then point to the makefile you want C::B to use as Custom Makefile in Project > Properties menu.

Regards,

Biplab
Title: Re: Disabled build option
Post by: hs.chauhan on April 19, 2007, 01:08:55 pm
I didn't actually import the autoconf... What I meant was I created an empty project and add my source files to the project. I was looking for method to use my autoconf scripts.  :)

One more thing, doesn't drag-drop opening of files in tab work in C::B?

Thanks!

Regards
--Himanshu