Lines Matching +full:- +full:assemblyname
2 set CMAKE_NAME=cmake-3.3.2-win32-x86
4 if not exist "protobuf-%PROTOBUF_VER%\build\Release\" (
8 echo Compile gRPC-Java with something like:
9 echo -PtargetArch=x86_32 -PvcProtobufLibs=%cd%\protobuf-%PROTOBUF_VER%\build\Release -PvcProtobufIn…
23 …-command "$ErrorActionPreference = 'stop'; & { [Net.ServicePointManager]::SecurityProtocol = [Net.…
24 powershell -command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compress…
26 mkdir protobuf-%PROTOBUF_VER%\build
27 pushd protobuf-%PROTOBUF_VER%\build
30 powershell -command "(Get-Content ..\cmake\extract_includes.bat.in) -replace '\.\.\\', '' | Out-Fil…
39 cmake -Dprotobuf_BUILD_TESTS=OFF -G "Visual Studio %VisualStudioVersion:~0,2%%CMAKE_VSARCH%" .. || …
48 powershell -command "$ErrorActionPreference = 'stop'; & { iwr https://cmake.org/files/v3.3/%CMAKE_N…
49 powershell -command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compress…