Files
ThordekkCore/contrib/protoc-bnet/generate_sources.bat
T

7 lines
326 B
Batchfile
Raw Normal View History

2026-01-20 21:28:45 -03:00
FOR %%P IN (proto\global_extensions\*.proto) DO (
protoc.exe --plugin=protoc-gen-bnet=protoc-gen-bnet.exe --bnet_out=dllexport_decl=TC_PROTO_API:buildproto -Iproto %%P
)
FOR %%P IN (proto\*.proto) DO (
protoc.exe --plugin=protoc-gen-bnet=protoc-gen-bnet.exe --bnet_out=dllexport_decl=TC_PROTO_API:buildproto -Iproto %%P
)