From 987b6ac1232dbafd50b9a6a26fcf769f5bdcd0a6 Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 26 Sep 2012 14:36:08 +0000 Subject: Fixed a bug in the inventory system where it would de-sync when dragging items with non-default metadata/health 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 --- Android/jni/Application.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Android/jni/Application.mk') diff --git a/Android/jni/Application.mk b/Android/jni/Application.mk index c68dfe204..e00c8b5e2 100644 --- a/Android/jni/Application.mk +++ b/Android/jni/Application.mk @@ -1,4 +1,7 @@ # Build both ARMv5TE and ARMv7-A machine code. APP_MODULES := mcserver # APP_ABI := armeabi armeabi-v7a -APP_STL := stlport_static \ No newline at end of file +#APP_STL := stlport_static + +APP_STL := gnustl_static +APP_CPPFLAGS := -frtti \ No newline at end of file -- cgit v1.2.3