From 1eac94fcfa4158c1b2b994c7ad52a19f1fa7b99f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 28 Nov 2019 16:54:04 +0800 Subject: [PATCH] 1 --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 7f466f4..cf96830 100644 --- a/common.sh +++ b/common.sh @@ -1,6 +1,6 @@ GAME_ID=2002 PROJECT_NAME=gameserver${GAME_ID} SRC_EXE_NAME=gameserver -SOURCE_PATH=third_party/gameserver/server/gameserver +SOURCE_PATH=third_party/game2002/server/gameserver COMPILE_FLAGS="-DGAME_ID=${GAME_ID} ." PRE_COMPILE_CMD="python ../tools/scripts/construct/build_pb.py --nohooks 1"