From 1ca8ae98610cb7f156c312be773d41833be4f861 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 10 Jun 2020 10:23:34 +0800 Subject: [PATCH] 1 --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 38573d2..40bcf97 100644 --- a/common.sh +++ b/common.sh @@ -1,6 +1,6 @@ GAME_ID=2002 PROJECT_NAME=gameserver${GAME_ID} -SRC_EXE_NAME=gameserver +SRC_EXE_NAME=gameserver${GAME_ID} SOURCE_PATH=third_party/game2002/server/gameserver COMPILE_FLAGS="-DGAME_ID=${GAME_ID} ." PRE_COMPILE_CMD=""