Page 1 of 1

Makefile example

Posted: Sun Oct 24, 2010 12:58 am
by Kronus980
Hello, I'm an experianced programmer, in Java, C#, but I'm still fresh to assembly and C/C++. I need help with makefiles :/ Any link to a good tut or something? Thanks.

Re: Makefile example

Posted: Sun Oct 24, 2010 12:05 pm
by WinterMute

Re: Makefile example

Posted: Sun Oct 24, 2010 11:28 pm
by Kronus980
It does. A bit... Rrrg! I hate makefiles.. and how am I supposed to use devkitpro with the editor it came with?

Re: Makefile example

Posted: Sat Oct 30, 2010 5:03 pm
by fincs
The devkitPro build system is designed to be easy to use. You just need to fork the contents of a template (in the examples directory)... and that's all. When you want to build your program use the make command.

Re: Makefile example

Posted: Sat Oct 30, 2010 9:31 pm
by WinterMute
Kronus980 wrote:It does. A bit... Rrrg! I hate makefiles.. and how am I supposed to use devkitpro with the editor it came with?
Double click the .pnproj file