diff --git a/scripts/publish_readme.txt b/scripts/publish_readme.txt new file mode 100644 index 0000000..648a725 --- /dev/null +++ b/scripts/publish_readme.txt @@ -0,0 +1,6 @@ +GAME_ID=2001 +PROJECT_NAME=wsproxy${GAME_ID} +SRC_EXE_NAME=wsproxy +SOURCE_PATH=third_party/wsproxy/server/wsproxy +COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DMASTER_MODE=1 ." +PRE_COMPILE_CMD="python ../tools/scripts/construct/build_pb.py --nohooks 1"