Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: yostane on July 12, 2007, 08:34:47 pm

Title: is there an equivalent to MS visual studio : makefile project
Post by: yostane on July 12, 2007, 08:34:47 pm
hello,
I want to compile nintendo ds programs using code:blocks, instead of visual studio (because I prefer code:blocks). But in this page, http://www.devkitpro.org/category/faq/ (http://www.devkitpro.org/category/faq/)
they don't show how td this on c::b. They just show MS VS method by using a makefile project.
thanks for your help.
Title: Re: is there an equivalent to MS visual studio : makefile project
Post by: rickg22 on July 12, 2007, 09:05:16 pm
1) Make an empty project
2) Add all the cpp and h (and hpp, etc) files you can see.
3) In "Project" menu, go to "Properties", and choose the makefile. Mark checkbox that says "This is a custom makefile".
4) Save the project.
5) Compile...
6) Profit!! :P
Title: Re: is there an equivalent to MS visual studio : makefile project
Post by: yostane on July 12, 2007, 09:15:13 pm
hello and thanks,
this method dosen't work, when i compile it says:
Makefile:9: /c/devkitPro/devkitARM/ds_rules: No such file or directory
:: === Build finished: 1 errors, 0 warnings ===