add common.sh

This commit is contained in:
aozhiwei 2019-11-28 16:11:55 +08:00
parent 96eb4d201b
commit 052b77f89e

6
common.sh Normal file
View File

@ -0,0 +1,6 @@
GAME_ID=2002
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"