This commit is contained in:
aozhiwei 2020-06-10 10:23:34 +08:00
parent 7477daf901
commit 1ca8ae9861

View File

@ -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=""