mirror of
https://github.com/shadps4-emu/ext-boost.git
synced 2024-11-23 03:19:42 +00:00
23 lines
540 B
Bash
Executable File
23 lines
540 B
Bash
Executable File
#!/bin/sh
|
|
|
|
bcp \
|
|
boost/asio/asio.hpp \
|
|
boost/container/flat_map.hpp \
|
|
boost/container/flat_set.hpp \
|
|
boost/container/list.hpp \
|
|
boost/container/small_vector.hpp \
|
|
boost/container/static_vector.hpp \
|
|
boost/icl/interval_map.hpp \
|
|
boost/icl/split_interval_map.hpp \
|
|
boost/icl/separate_interval_set.hpp \
|
|
boost/intrusive/list.hpp \
|
|
boost/intrusive/set.hpp \
|
|
align \
|
|
range \
|
|
optional \
|
|
utility \
|
|
tuple \
|
|
iterator \
|
|
--boost="$1" .
|
|
|
|
find . -type f -print0 | xargs -0 dos2unix |