Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
is there an equivalent to MS visual studio : makefile project
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: is there an equivalent to MS visual studio : makefile project (Read 4983 times)
yostane
Multiple posting newcomer
Posts: 11
is there an equivalent to MS visual studio : makefile project
«
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/
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.
Logged
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!!
Logged
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 ===
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
is there an equivalent to MS visual studio : makefile project