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
Any thoughts on this?
-Matt
I don't understand the question. :?
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.