Mercurial > sdl-ios-xcode
changeset 4975:6fbc7044f343
Added information about doing a clean build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 12 Jan 2011 12:35:46 -0800 |
parents | 1cd0a891b69a |
children | 3811132c584f |
files | README.android |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.android Wed Jan 12 12:34:23 2011 -0800 +++ b/README.android Wed Jan 12 12:35:46 2011 -0800 @@ -123,6 +123,10 @@ You can push files to the SD Card at /sdcard, for example: adb push moose.dat /sdcard/moose.dat +You can do a clean build with the following commands: + ndk-build clean + ndk-build + You can see the complete command line that ndk-build is using by passing V=1 on the command line: ndk-build V=1