News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to build with alternative make binary?

Started by mattengland, March 05, 2006, 11:59:46 PM

Previous topic - Next topic

mattengland

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


takeshimiya


TheNullinator

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.