Author Topic: How to build with alternative make binary?  (Read 3988 times)

mattengland

  • Guest
How to build with alternative make binary?
« 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

mattengland

  • Guest
Re: How to build with alternative make binary?
« Reply #1 on: March 07, 2006, 06:58:16 pm »
Any thoughts on this?

-Matt

takeshimiya

  • Guest
Re: How to build with alternative make binary?
« Reply #2 on: March 08, 2006, 01:20:59 am »
I don't understand the question. :?

TheNullinator

  • Guest
Re: How to build with alternative make binary?
« Reply #3 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.