From b7429a09aa5b51b40bbeb75245ddc6a2c817b961 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sun, 16 Aug 2015 20:42:15 -0300 Subject: [PATCH] Add script to copy required files using the bcp tool --- build.cmd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build.cmd diff --git a/build.cmd b/build.cmd new file mode 100644 index 0000000..747a3aa --- /dev/null +++ b/build.cmd @@ -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%" .