ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/st2/vendor/google/protobuf/kokoro/release/protoc/windows/ |
set PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH% set generator32=Visual Studio 14 set generator64=Visual Studio 14 Win64 set vcplatform32=win32 set vcplatform64=x64 set configuration=Release echo Building protoc cd github\protobuf mkdir build32 cd build32 cmake -G "%generator32%" -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_BUILD_SHARED_LIBS=OFF -Dprotobuf_UNICODE=ON ../cmake msbuild protobuf.sln /p:Platform=%vcplatform32% || goto error cd .. mkdir build64 cd build64 cmake -G "%generator64%" -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_BUILD_SHARED_LIBS=OFF -Dprotobuf_UNICODE=ON ../cmake msbuild protobuf.sln /p:Platform=%vcplatform64% || goto error cd .. goto :EOF :error echo Failed! exit /b %ERRORLEVEL%