1if NOT EXIST grpc-java-helper mkdir grpc-java-helper 2cd grpc-java-helper 3 4call "%VS120COMNTOOLS%\vsvars32.bat" 5call "%WORKSPACE%\buildscripts\make_dependencies.bat" 6 7cd "%WORKSPACE%" 8 9set ESCWORKSPACE=%WORKSPACE:\=\\% 10 11echo targetArch=x86_32> gradle.properties 12echo failOnWarnings=true>> gradle.properties 13echo vcProtobufLibs=%ESCWORKSPACE%\\grpc-java-helper\\protobuf-%PROTOBUF_VER%\\cmake\\build\\Release>> gradle.properties 14echo vcProtobufInclude=%ESCWORKSPACE%\\grpc-java-helper\\protobuf-%PROTOBUF_VER%\\cmake\\build\\include>> gradle.properties 15