Mercurial > sdl-ios-xcode
annotate android/config.cfg.example @ 4959:16fec41375a6
Don't continually print stub message for testgles
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2011 20:30:54 -0800 |
parents | e0bd00bfd118 |
children |
rev | line source |
---|---|
4955 | 1 # This file sets up paths needed to find the NDK build tools. |
2 # Edit it appropriately for your configuration and save it as "config.cfg". | |
4956
e0bd00bfd118
Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents:
4955
diff
changeset
|
3 |
e0bd00bfd118
Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents:
4955
diff
changeset
|
4 # This should be the full path to the Android NDK |
e0bd00bfd118
Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents:
4955
diff
changeset
|
5 ANDROID_NDK := /Users/hercules/eclipse/android-ndk-r5 |
e0bd00bfd118
Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents:
4955
diff
changeset
|
6 |
e0bd00bfd118
Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents:
4955
diff
changeset
|
7 # This should be "linux-x86" for linux, "darwin-x86" for mac |
e0bd00bfd118
Fixed problem with trailing space
Sam Lantinga <slouken@libsdl.org>
parents:
4955
diff
changeset
|
8 ANDROID_NDK_HOST := darwin-x86 |