]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/bootstrap.bat
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / build / bootstrap.bat
CommitLineData
20effc67
TL
1@ECHO OFF\r
2\r
3REM Copyright (C) 2009 Vladimir Prus\r
4REM Copyright 2019-2020 Rene Rivera\r
5REM\r
6REM Distributed under the Boost Software License, Version 1.0.\r
7REM (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)\r
8\r
9\r
10:b2_build\r
11ECHO Building the B2 engine..\r
12pushd src\engine\r
13call .\build.bat %*\r
14@ECHO OFF\r
15popd\r
16if exist ".\src\engine\b2.exe" (\r
17 copy .\src\engine\b2.exe . > nul\r
18 goto :b2_built)\r
19goto :b2_failure\r
20\r
21\r
22:b2_built\r
23ECHO.\r
24ECHO Building is done. To install, run:\r
25ECHO.\r
26ECHO .\b2 --prefix=DIR install\r
27ECHO.\r
28goto :end\r
29\r
30\r
31:b2_failure\r
32ECHO.\r
33ECHO Failed to build the B2 engine.\r
34ECHO.\r
35goto :end\r
36\r
37\r
38:end\r
39exit /b %ERRORLEVEL%\r