5 lines
No EOL
356 B
Batchfile
5 lines
No EOL
356 B
Batchfile
::Protocol Buffer version 3.11.4
|
|
set CURRENT_PATH=%cd%
|
|
set UNITY_PACKET_PATH=%CURRENT_PATH%\..\csharp
|
|
protoc -I=%CURRENT_PATH%\..\protobuf --dart_out=%CURRENT_PATH%\..\..\lib\socket\packets %CURRENT_PATH%\..\protobuf\*.proto --plugin=protoc_plugin.exe
|
|
protoc -I=%CURRENT_PATH%\..\protobuf --csharp_out=%UNITY_PACKET_PATH% %CURRENT_PATH%\..\protobuf\*.proto |