News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

is there an equivalent to MS visual studio : makefile project

Started by yostane, July 12, 2007, 08:34:47 PM

Previous topic - Next topic

yostane

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.

rickg22

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

yostane

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 ===