From 5fa7127927a78802a8fcfdd822f0632665609231 Mon Sep 17 00:00:00 2001 From: Naios Date: Sat, 16 Apr 2016 13:02:49 +0200 Subject: Core/Proto: Convert the proto project to a standalone shared library * Fixes issues with dynamic linking on linux * Closes #16981 --- contrib/protoc-bnet/generate_sources.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/protoc-bnet') 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 ) -- cgit v1.2.3