commit 476b5598ff19a60b7c2f78fc40777394272ff02f Author: aozhiwei Date: Wed Mar 18 11:14:21 2020 +0800 1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30fe92e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +target \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cbddbc0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git +[submodule "third_party/game2004"] + path = third_party/game2004 + url = git@git.kingsome.cn:server/game2004.git diff --git a/bin/.gitkeeper b/bin/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..17508bf --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/boundle.sh \ No newline at end of file diff --git a/common.sh b/common.sh new file mode 100644 index 0000000..9f55a15 --- /dev/null +++ b/common.sh @@ -0,0 +1,7 @@ +GAME_ID=2004 +PROJECT_NAME=gameserver${GAME_ID} +SRC_EXE_NAME=gameserver${GAME_ID} +SOURCE_PATH=third_party/game2004/server/gameserver +COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DRELEASE=1 ." +PRE_COMPILE_CMD="" +EXT_PKG_FILES="res" diff --git a/manage.py b/manage.py new file mode 120000 index 0000000..5575f96 --- /dev/null +++ b/manage.py @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/manage.py \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..4f94bd7 --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..40730a5 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/restart.sh \ No newline at end of file diff --git a/start_instance.sh b/start_instance.sh new file mode 120000 index 0000000..dc94249 --- /dev/null +++ b/start_instance.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/start_instance.sh \ No newline at end of file diff --git a/target/.gitkeeper b/target/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/third_party/game2004 b/third_party/game2004 new file mode 160000 index 0000000..b779b32 --- /dev/null +++ b/third_party/game2004 @@ -0,0 +1 @@ +Subproject commit b779b32f2095ee1106024e890033a3d1a10e99ed diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..04a0bc9 --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 04a0bc939eeae0090fd0e8964dddf3863a551154