This commit is contained in:
aozhiwei 2019-05-31 11:52:45 +08:00
parent 7eac337db4
commit c087df8fcc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cd third_party/game2001/server/gameserver cd third_party/game2001/server/gameserver
python ../tools/scripts/construct/build_pb.py --nohooks 1 #python ../tools/scripts/construct/build_pb.py --nohooks 1
cmake $1 . cmake $1 .
make clean make clean
make make

View File

@ -1,5 +1,5 @@
cd third_party/game2001/server/masterserver cd third_party/game2001/server/masterserver
python ../tools/scripts/construct/build_pb.py --nohooks 1 #python ../tools/scripts/construct/build_pb.py --nohooks 1
cmake -DGAME_ID=2001 . cmake -DGAME_ID=2001 .
make clean make clean
make make