Changed the texture loader, added ETC1 support.

Some minor changes to Android port.
And other minor changes.
This commit is contained in:
Martín Lucas Golini
2013-04-29 17:03:36 -03:00
parent 7af08f1f78
commit eaed47f7ec
19 changed files with 161 additions and 144 deletions

View File

@@ -13,12 +13,14 @@ APP_STL := stlport_static
APP_LDLIBS := -llog $(EE_GLES_LINK) -lm -lz -lOpenSLES
#Debug Build
#APP_CFLAGS := -g -DDEBUG -DEE_DEBUG -DEE_MEMORY_MANAGER # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
# arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
APP_CFLAGS := -g -DDEBUG -DEE_DEBUG -DEE_MEMORY_MANAGER
APP_OPTIM :=debug
#Release Build
APP_CFLAGS := -fno-strict-aliasing -O3 -s -DNDEBUG -ffast-math
#APP_CFLAGS := -fno-strict-aliasing -O3 -s -DNDEBUG -ffast-math
APP_PLATFORM := android-7
APP_PLATFORM := android-9
APP_MODULES := main
#APP_ABI := armeabi-v7a
APP_ABI := x86
APP_ABI := armeabi-v7a
#APP_ABI := x86