2023-02-23 00:17:39 +00:00
|
|
|
call .\bootstrap.bat
|
2021-04-29 06:21:55 +00:00
|
|
|
.\b2 tools\bcp
|
|
|
|
|
2023-02-23 00:17:39 +00:00
|
|
|
set SUBSETS_OUTDIR=.\subsets-boost
|
2021-04-29 06:21:55 +00:00
|
|
|
|
2023-02-23 00:17:39 +00:00
|
|
|
if exist "%SUBSETS_OUTDIR%" rmdir /s /q "%SUBSETS_OUTDIR%"
|
|
|
|
md "%SUBSETS_OUTDIR%"
|
2021-04-29 06:21:55 +00:00
|
|
|
|
|
|
|
.\dist\bin\bcp ^
|
2023-02-23 00:17:39 +00:00
|
|
|
config ^
|
2024-09-01 13:59:48 +00:00
|
|
|
crc ^
|
2021-04-29 06:21:55 +00:00
|
|
|
filesystem ^
|
2023-02-23 00:17:39 +00:00
|
|
|
icl ^
|
2021-04-29 06:21:55 +00:00
|
|
|
log ^
|
2023-02-23 00:17:39 +00:00
|
|
|
optional ^
|
2021-04-29 06:21:55 +00:00
|
|
|
predef ^
|
2023-02-23 00:17:39 +00:00
|
|
|
program_options ^
|
|
|
|
range ^
|
|
|
|
system ^
|
|
|
|
unordered ^
|
2021-04-29 06:21:55 +00:00
|
|
|
bootstrap.bat ^
|
|
|
|
bootstrap.sh ^
|
|
|
|
boostcpp.jam ^
|
|
|
|
boost-build.jam ^
|
|
|
|
tools/build ^
|
|
|
|
tools/boost_install/BoostConfig.cmake ^
|
|
|
|
tools/boost_install/BoostDetectToolset.cmake ^
|
|
|
|
tools/boost_install/boost-install.jam ^
|
|
|
|
tools/boost_install/BoostDetectToolset.cmake ^
|
|
|
|
tools/boost_install/boost-install-dirs.jam ^
|
2024-09-01 13:59:48 +00:00
|
|
|
%SUBSETS_OUTDIR%
|