mirror of
https://git.suyu.dev/suyu/ext-boost.git
synced 2025-12-22 13:46:12 +01:00
Add script to copy required files using the bcp tool
This commit is contained in:
parent
728a4d7d1c
commit
b7429a09aa
1 changed files with 9 additions and 0 deletions
9
build.cmd
Normal file
9
build.cmd
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
bcp ^
|
||||||
|
boost/container/flat_map.hpp ^
|
||||||
|
boost/container/flat_set.hpp ^
|
||||||
|
boost/container/static_vector.hpp ^
|
||||||
|
boost/crc.hpp ^
|
||||||
|
boost/range/algorithm/ ^
|
||||||
|
boost/range/algorithm_ext/ ^
|
||||||
|
boost/smart_ptr/intrusive_ptr.hpp ^
|
||||||
|
--boost="%BOOST_PATH%" .
|
||||||
Loading…
Add table
Add a link
Reference in a new issue