d21e4dacf7
Disabled Squirrel for Android cLog now logs to Android LogCat as well Fixed Lua so it compiles on Android Removed/commented out exceptions in JsonCpp so it compiles on Android git-svn-id: http://mc-server.googlecode.com/svn/trunk@741 0a769ca7-a7f5-676a-18bf-c427514a06d6
4 lines
129 B
Makefile
4 lines
129 B
Makefile
# Build both ARMv5TE and ARMv7-A machine code.
|
|
APP_MODULES := mcserver
|
|
# APP_ABI := armeabi armeabi-v7a
|
|
APP_STL := stlport_static
|