Just a quick update for the files you need to compile for Android.
This commit is contained in:
parent
5af74fe77c
commit
1bd1696ceb
@ -5,7 +5,7 @@ LOCAL_MODULE := mcserver
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
LOCAL_SRC_FILES := $(shell find ../CryptoPP ../lua-5.1.4 ../jsoncpp-src-0.5.0 ../zlib-1.2.7 ../source ../squirrel_3_0_1_stable ../tolua++-1.0.93 ../iniFile ../WebServer ../expat '(' -name '*.cpp' -o -name '*.c' ')')
|
LOCAL_SRC_FILES := $(shell find ../CryptoPP ../lua ../jsoncpp ../zlib ../src ../tolua++ ../iniFile ../expat ../md5 ../sqlite ../luaexpat '(' -name '*.cpp' -o -name '*.c' ')')
|
||||||
LOCAL_SRC_FILES := $(filter-out %SquirrelFunctions.cpp %SquirrelBindings.cpp %cPlugin_Squirrel.cpp %cSquirrelCommandBinder.cpp %minigzip.c %lua.c %tolua.c %toluabind.c %LeakFinder.cpp %StackWalker.cpp %example.c,$(LOCAL_SRC_FILES))
|
LOCAL_SRC_FILES := $(filter-out %SquirrelFunctions.cpp %SquirrelBindings.cpp %cPlugin_Squirrel.cpp %cSquirrelCommandBinder.cpp %minigzip.c %lua.c %tolua.c %toluabind.c %LeakFinder.cpp %StackWalker.cpp %example.c,$(LOCAL_SRC_FILES))
|
||||||
LOCAL_SRC_FILES := $(patsubst %.cpp,../%.cpp,$(LOCAL_SRC_FILES))
|
LOCAL_SRC_FILES := $(patsubst %.cpp,../%.cpp,$(LOCAL_SRC_FILES))
|
||||||
LOCAL_SRC_FILES := $(patsubst %.c,../%.c,$(LOCAL_SRC_FILES))
|
LOCAL_SRC_FILES := $(patsubst %.c,../%.c,$(LOCAL_SRC_FILES))
|
||||||
@ -20,23 +20,21 @@ LOCAL_CFLAGS := -DANDROID_NDK \
|
|||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := cpufeatures
|
LOCAL_STATIC_LIBRARIES := cpufeatures
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := ../source \
|
LOCAL_C_INCLUDES := ../src \
|
||||||
../source/md5 \
|
../src/packets \
|
||||||
../WebServer \
|
../src/items \
|
||||||
../source/packets \
|
../src/blocks \
|
||||||
../source/items \
|
../tolua++/src/lib \
|
||||||
../source/blocks \
|
../lua/src \
|
||||||
../tolua++-1.0.93/src/lib \
|
|
||||||
../lua-5.1.4/src \
|
|
||||||
../zlib-1.2.7 \
|
../zlib-1.2.7 \
|
||||||
../iniFile \
|
../iniFile \
|
||||||
../tolua++-1.0.93/include \
|
../tolua++/include \
|
||||||
../jsoncpp-src-0.5.0/include \
|
../jsoncpp/include \
|
||||||
../jsoncpp-src-0.5.0/src/lib_json \
|
../jsoncpp/src/lib_json \
|
||||||
../squirrel_3_0_1_stable/include \
|
|
||||||
../squirrel_3_0_1_stable \
|
|
||||||
../squirrel_3_0_1_stable/sqrat \
|
|
||||||
../expat/ \
|
../expat/ \
|
||||||
|
../md5/ \
|
||||||
|
../sqlite/ \
|
||||||
|
../luaexpat/ \
|
||||||
.. \
|
.. \
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,8 +11,9 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "OSSupport/CriticalSection.h"
|
#include "OSSupport/CriticalSection.h"
|
||||||
#include "OSSupport/MakeDir.h"
|
#include "OSSupport/File.h"
|
||||||
#include "ToJava.h"
|
#include "ToJava.h"
|
||||||
|
#include "inifile/iniFile.h"
|
||||||
|
|
||||||
#include "Root.h"
|
#include "Root.h"
|
||||||
#include "WebAdmin.h"
|
#include "WebAdmin.h"
|
||||||
@ -84,7 +85,7 @@ extern "C" void Java_com_mcserver_MCServerActivity_NativeOnCreate( JNIEnv* env,
|
|||||||
//__android_log_print(ANDROID_LOG_ERROR,"MCServer", "%s", "Logging from C++!");
|
//__android_log_print(ANDROID_LOG_ERROR,"MCServer", "%s", "Logging from C++!");
|
||||||
g_CriticalSection.Unlock();
|
g_CriticalSection.Unlock();
|
||||||
|
|
||||||
mkdir("/sdcard/mcserver", S_IRWXU | S_IRWXG | S_IRWXO);
|
cFile::CreateFolder("/sdcard/mcserver");
|
||||||
|
|
||||||
pRoot = new cRoot();
|
pRoot = new cRoot();
|
||||||
pRoot->Start();
|
pRoot->Start();
|
||||||
@ -105,7 +106,7 @@ extern "C" void Java_com_mcserver_MCServerActivity_NativeCleanUp( JNIEnv* env,
|
|||||||
__android_log_print(ANDROID_LOG_ERROR,"MCServer", "pRoot: %p", pRoot);
|
__android_log_print(ANDROID_LOG_ERROR,"MCServer", "pRoot: %p", pRoot);
|
||||||
if( pRoot != NULL )
|
if( pRoot != NULL )
|
||||||
{
|
{
|
||||||
pRoot->ExecuteConsoleCommand("stop");
|
pRoot->QueueExecuteConsoleCommand("stop");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -122,9 +123,10 @@ extern "C" jboolean Java_com_mcserver_MCServerActivity_NativeIsServerRunning( JN
|
|||||||
|
|
||||||
extern "C" jint Java_com_mcserver_MCServerActivity_NativeGetWebAdminPort( JNIEnv* env, jobject thiz )
|
extern "C" jint Java_com_mcserver_MCServerActivity_NativeGetWebAdminPort( JNIEnv* env, jobject thiz )
|
||||||
{
|
{
|
||||||
if( pRoot != NULL && pRoot->GetWebAdmin() != NULL )
|
cIniFile IniFile;
|
||||||
|
if (IniFile.ReadFile("/sdcard/mcserver/webadmin.ini"))
|
||||||
{
|
{
|
||||||
return pRoot->GetWebAdmin()->GetPort();
|
return IniFile.GetValueI("WebAdmin", "Port");
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user