mirror of
https://github.com/yuzu-emu/ext-boost
synced 2024-11-25 07:29:15 +00: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…
Reference in a new issue