Update gen_pb_code.bat

This commit is contained in:
ALEXTANG
2023-05-19 00:43:28 +08:00
parent fe0f9afd6d
commit 4bc63fafc8

View File

@@ -10,11 +10,11 @@ protoc -I=pb_schemas --csharp_out=../../Assets/GameScripts/HotFix/GameProto/Game
echo ------------%%i gen success echo ------------%%i gen success
) )
echo =================end gen proto code================= echo =================end gen proto code=================
set cur_path=%~dp0 @REM set cur_path=%~dp0
set outEventPath=../../Assets\GameScripts\HotFix\GameProto\GameProtocol @REM set outEventPath=../../Assets\GameScripts\HotFix\GameProto\GameProtocol
call ProtobufResolver.exe %cur_path%pb_schemas %outEventPath% @REM call ProtobufResolver.exe %cur_path%pb_schemas %outEventPath%
echo =================end gen proto event================= @REM echo =================end gen proto event=================
pause @REM pause
@REM protoc -I=pb_schemas --csharp_out=Gen pb_schemas\proto_cs.proto proto_cs_common.proto pb_schemas\proto_cs_player.proto @REM protoc -I=pb_schemas --csharp_out=Gen pb_schemas\proto_cs.proto proto_cs_common.proto pb_schemas\proto_cs_player.proto