]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/build-vs2017.cmd
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / build-vs2017.cmd
1 REM Build with Visual Studio 2017
2 set "BUILDTOOLS_VERSION=vs2017"
3 set ARCH=x64
4 if NOT "%1"=="" (
5 set ARCH=%1
6 )
7
8 REM ### Uncomment below to use Visual Studio MSBuild solution.
9 REM ### Ninja generator produces much faster builds. But it is
10 REM ### easier to debug MSBuild solution in vs2017 IDE :
11 REM
12 REM set "CMAKE_GEN=Visual Studio 15 2017"
13 REM
14
15 cd %~dp0
16 call setup-buildtools.cmd
17 call build.cmd