TuxSH / TWLSaveTool

3DS homebrew app that allows you to read, write, and erase save files from NDS cartridges (2015-2016)
GNU General Public License v2.0
176 stars 17 forks source link

Use standard build system #6

Closed WinterMute closed 8 years ago

WinterMute commented 8 years ago

This PR replaces the cmake based build system with a standardised devkitPro Makefile which means that people can build it without installing cmake.

There's still a need to obtain makerom and bannertool but these should not be placed in the $DEVKITARM/bin folder and I'd appreciate it if build instructions didn't encourage people to place anything at all within the toolchain folders. We're currently looking into providing some tools to generate CIAs but that's going to be a little while yet.

TuxSH commented 8 years ago

Thank you ;)

I'll do two or three tests (should be fine because it's you :p) then merge this PR this WE -- I don't really have time to do dev stuff this week.

TuxSH commented 8 years ago

Nevermind, had a dozen of minutes to test it today; it's in fact easier than using CMake (here).

Some minor issues:

TuxSH commented 8 years ago

Thanks a lot :D.