News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Using Makefiles

Started by namnet, April 04, 2006, 12:07:34 PM

Previous topic - Next topic

namnet

Hi

I'm setting up a project in an svn-repository. Since it's a game, none-programmers will  have to build it without using Code Blocks or any other IDE, and I thought Makefiles was the way to go.

My plan was to setup Code Blocks to use/generate a Makefile each time a programmer tried to build the project. This Makefile would be versioned in svn.

Now the none-programmers would be able to build the project by just running the makefile.

My first question is: when I did "build-> compiler options-> other-> work with makefiles", it seems to be using a Makefile when I build. Problem is I can't find it -- obviously I want it to be outputted in my project directory.

Second question: when I use "export makefile", the makefile outputted seems to contain a lot of absolute paths, i.e. specific to my setup. Can I make them relative?

Thanks in advance!

mandrav

A quick search would have answered your question: here.
Be patient!
This bug will be fixed soon...