User forums > Using Code::Blocks
is there an equivalent to MS visual studio : makefile project
(1/1)
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 ===
Navigation
[0] Message Index
Go to full version