remove protoc

This commit is contained in:
FutureRave 2022-11-07 10:11:09 +00:00
parent 8d09d63606
commit 5db339850a
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31
2 changed files with 0 additions and 10 deletions

View File

@ -323,13 +323,3 @@ resincludedirs {"$(ProjectDir)src"}
group "Dependencies"
dependencies.projects()
rule "ProtobufCompiler"
display "Protobuf compiler"
location "./build"
fileExtension ".proto"
buildmessage "Compiling %(Identity) with protoc..."
buildcommands {'@echo off', 'path "$(SolutionDir)\\..\\tools"',
'if not exist "$(ProjectDir)\\src\\proto" mkdir "$(ProjectDir)\\src\\proto"',
'protoc --error_format=msvs -I=%(RelativeDir) --cpp_out=src\\proto %(Identity)'}
buildoutputs {'$(ProjectDir)\\src\\proto\\%(Filename).pb.cc', '$(ProjectDir)\\src\\proto\\%(Filename).pb.h'}

Binary file not shown.