Mercurial > sdl-ios-xcode
view android/config.cfg.example @ 4960:0ab2492f2e17
Fixed 2D video on Android
There was a dummy renderer left in there which was overriding the OpenGL ES renderer.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2011 20:36:39 -0800 |
parents | e0bd00bfd118 |
children |
line wrap: on
line source
# This file sets up paths needed to find the NDK build tools. # Edit it appropriately for your configuration and save it as "config.cfg". # This should be the full path to the Android NDK ANDROID_NDK := /Users/hercules/eclipse/android-ndk-r5 # This should be "linux-x86" for linux, "darwin-x86" for mac ANDROID_NDK_HOST := darwin-x86