github.com/metaworking/channeld@v0.7.3/cmd/protogen.bat (about)

     1  cd "%CHANNELD_PATH%\internal\testpb"
     2  protoc --go_out=. --go_opt=paths=source_relative -I . *.proto
     3  
     4  cd "%CHANNELD_PATH%\pkg\channeldpb"
     5  protoc --go_out=. --go_opt=paths=source_relative -I . *.proto
     6  
     7  cd "%CHANNELD_PATH%\pkg\unrealpb"
     8  protoc --go_out=. --go_opt=paths=source_relative -I . *.proto
     9  
    10  cd "%CHANNELD_PATH%\pkg\replaypb"
    11  protoc --go_out=. --go_opt=paths=source_relative -I . -I "%CHANNELD_PATH%" *.proto
    12  
    13  cd "%CHANNELD_PATH%\examples\chat-rooms\chatpb"
    14  protoc --go_out=. --go_opt=paths=source_relative -I . *.proto
    15  
    16  cd "%CHANNELD_PATH%\examples\channeld-ue-chat\chatpb"
    17  protoc --go_out=. --go_opt=paths=source_relative -I . *.proto
    18  
    19  cd "%CHANNELD_PATH%\examples\channeld-ue-tps\tpspb"
    20  protoc --go_out=. --go_opt=paths=source_relative -I . -I "%CHANNELD_PATH%/pkg/unrealpb" *.proto
    21  
    22  cd "%CHANNELD_PATH%\examples\unity-mirror-tanks\tankspb"
    23  protoc --go_out=. --go_opt=paths=source_relative -I . -I "%CHANNELD_PATH%" *.proto