diff options
Diffstat (limited to 'contrib/protoc-bnet/generate_sources.bat')
-rw-r--r-- | contrib/protoc-bnet/generate_sources.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/protoc-bnet/generate_sources.bat b/contrib/protoc-bnet/generate_sources.bat index 60cd028a402..7e688c37013 100644 --- a/contrib/protoc-bnet/generate_sources.bat +++ b/contrib/protoc-bnet/generate_sources.bat @@ -1,6 +1,6 @@ FOR %%P IN (proto\global_extensions\*.proto) DO ( - protoc.exe --plugin=protoc-gen-bnet=protoc-gen-bnet.exe --bnet_out=dllexport_decl=TC_SHARED_API:buildproto -Iproto %%P + 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_SHARED_API:buildproto -Iproto %%P + protoc.exe --plugin=protoc-gen-bnet=protoc-gen-bnet.exe --bnet_out=dllexport_decl=TC_PROTO_API:buildproto -Iproto %%P ) |