From b696ddd34e98a3c94370b091d7d55452053c65c1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 13 Dec 2019 14:59:01 +0800 Subject: [PATCH] 1 --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index e48f3cd..d359a4e 100644 --- a/common.sh +++ b/common.sh @@ -1,6 +1,6 @@ GAME_ID=2001 PROJECT_NAME=gameserver${GAME_ID} -SRC_EXE_NAME=gameserver +SRC_EXE_NAME=gameserver${GAME_ID} SOURCE_PATH=third_party/game2001/server/gameserver COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DRELEASE=1 ." PRE_COMPILE_CMD=""