Author Topic: is there an equivalent to MS visual studio : makefile project  (Read 4108 times)

Offline yostane

  • Multiple posting newcomer
  • *
  • Posts: 11
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/
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.

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: is there an equivalent to MS visual studio : makefile project
« Reply #1 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

Offline yostane

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: is there an equivalent to MS visual studio : makefile project
« Reply #2 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 ===