gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

OffTopic > Question regarding devkitpro nds examples and kdevelop

#135342 - cyrax - Sun Jul 22, 2007 3:29 pm

Hello.
I was wondering if there is any way to import the Makefiles from the examples into kdevelop and thus generate a project file.
Thank you.

#135361 - zazery - Sun Jul 22, 2007 7:38 pm

In the kdevelop FAQ it explains that you can do this by going to Project -> Import Existing Project.. and selecting a Project Type with "(Custom Makefiles)" in the name. It worked perfectly importing my project so it should work the same for the devkitPro examples. It even populates the Build -> Build Target menu with all the targets in your makefile.

#135554 - cyrax - Tue Jul 24, 2007 3:43 pm

thank you. I will test it.