diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d567ba0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +target 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..306da00 --- /dev/null +++ b/common.sh @@ -0,0 +1,6 @@ +GAME_ID=2004 +PROJECT_NAME=wsproxy${GAME_ID} +SRC_EXE_NAME=wsproxy${GAME_ID} +SOURCE_PATH=third_party/wsproxy/server/wsproxy +COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DMASTER_MODE=1 -DRELEASE=1 ." +PRE_COMPILE_CMD="" 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