Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mattengland on March 05, 2006, 11:59:46 pm

Title: How to build with alternative make binary?
Post by: mattengland on March 05, 2006, 11:59:46 pm
My project builds with a specific flavor of mingw 'make' binary (a 3.81-rc1 flavor, to be exact).  I want to enable my developers to use CodeBlocks to use this flavor of 'make' when building our stuff (and of course referencing our custom Makefiles).

How does one do this?

-Matt
Title: Re: How to build with alternative make binary?
Post by: mattengland on March 07, 2006, 06:58:16 pm
Any thoughts on this?

-Matt
Title: Re: How to build with alternative make binary?
Post by: takeshimiya on March 08, 2006, 01:20:59 am
I don't understand the question. :?
Title: Re: How to build with alternative make binary?
Post by: TheNullinator on March 08, 2006, 01:31:33 am
I think you should be able to do this by goind to Project -> Properties and checking the "This is a custom Makefile" checkbox.  Then go to Settings -> Compiler and Debugger -> Programs tab and set your custom make program there.