pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
533 stars 250 forks source link

Refine the build system #12

Closed faywong closed 11 years ago

faywong commented 11 years ago

Using a single bash script(android style) to do all the building stuff

pelya commented 11 years ago

You've copied build.sh right into the script, I would rather have envsetup.sh launch build.sh, because I'm modifying build.sh each time new NDK is released, and I'll definitely forget to modify envsetup.sh

faywong commented 11 years ago

I got your point. I do send my first pull request on github and i concern that you can't accept my refine. So I just add my changes without deleting any your original design(to be exact, the build.sh), once you verified my changes, i think just need use the envsetup.sh(so any change from your or me would by sync) to do the building stuffs.