blob: 836fdd63ad88665aaddf1a7eda2212836dc080a6 [file] [log] [blame]
Eric Anderson579e65c2015-10-22 18:14:00 -07001if NOT EXIST grpc-java-helper mkdir grpc-java-helper
2cd grpc-java-helper
3
Eric Anderson579e65c2015-10-22 18:14:00 -07004call "%VS120COMNTOOLS%\vsvars32.bat"
5call "%WORKSPACE%\buildscripts\make_dependencies.bat"
6
7cd "%WORKSPACE%"
8
9set ESCWORKSPACE=%WORKSPACE:\=\\%
10
11echo targetArch=x86_32> gradle.properties
Eric Anderson3c03eb72016-07-10 11:40:12 -070012echo failOnWarnings=true>> gradle.properties
Eric Andersonb1d72e52016-09-27 17:15:12 -070013echo 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