This commit is contained in:
aozhiwei 2019-11-28 15:52:43 +08:00
parent b71a1a2da9
commit fe38e25360
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
source ./common.sh
cd third_party/wsproxy/server/wsproxy
python ../tools/scripts/construct/build_pb.py --nohooks 1
cmake -DGAME_ID=${GAME_ID} -DMASTER_MODE=1 .
cd ${SOURCE_PATH}
${PRE_COMPILE_CMD}
cmake ${COMPILE_FLAGS}
make clean
make
cp ../bin/${SRC_EXE_NAME} ../../../../bin/${PROJECT_NAME}

View File

@ -1,2 +1,2 @@
source ./common.sh
echo ${PROJECT_NAME}
echo ${COMPILE_FLAGS}