987b6ac123
Android: Updated VS2008 project to point to correct Android files Android: Updated makefiles to compile CryptoPP Android: Modified CryptoPP config.h and misc.cpp so it compiles for Android Android: Added pretty MCServer icons git-svn-id: http://mc-server.googlecode.com/svn/trunk@893 0a769ca7-a7f5-676a-18bf-c427514a06d6
7 lines
179 B
Makefile
7 lines
179 B
Makefile
# Build both ARMv5TE and ARMv7-A machine code.
|
|
APP_MODULES := mcserver
|
|
# APP_ABI := armeabi armeabi-v7a
|
|
#APP_STL := stlport_static
|
|
|
|
APP_STL := gnustl_static
|
|
APP_CPPFLAGS := -frtti
|