mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 02:41:28 +00:00
7 lines
268 B
Batchfile
7 lines
268 B
Batchfile
@echo off
|
|
del /q ..\common\proto\*
|
|
del /q go\eqproto\*
|
|
del /q python\proto\*pb2*
|
|
del /q java\eqproto\*.java
|
|
del /q csharp\proto\*.cs
|
|
protoc --cpp_out=../common/proto --go_out=go/eqproto --python_out=python/proto --csharp_out=csharp/proto --java_out=java message.proto |