X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fextract.sh;h=04eeb5cf10253cce472cb7f8dd2d76a3356ef13c;hb=0c7bd9a57f2a308bb9659200eda3b7e45f8d5d3c;hp=e1ba8faafeb0c4492b9d339ad7797930f6e2a11c;hpb=b917c4e40f9f5cd3d101444600eddafcca54d6e3;p=lyx.git diff --git a/3rdparty/boost/extract.sh b/3rdparty/boost/extract.sh index e1ba8faafe..04eeb5cf10 100755 --- a/3rdparty/boost/extract.sh +++ b/3rdparty/boost/extract.sh @@ -22,24 +22,20 @@ mkdir needed bcp --boost=$1 \ boost/any.hpp \ boost/assert.hpp \ - boost/bind.hpp \ boost/crc.hpp \ boost/cstdint.hpp \ - boost/function.hpp \ - boost/functional.hpp \ boost/lexical_cast.hpp \ - boost/noncopyable.hpp \ boost/regex.hpp \ - boost/scoped_ptr.hpp \ - boost/shared_ptr.hpp \ - boost/signal.hpp \ - boost/signals/connection.hpp \ - boost/signals/trackable.hpp \ - boost/tuple/tuple.hpp \ + boost/signals2.hpp \ + boost/signals2/connection.hpp \ + boost/signals2/trackable.hpp \ \ needed +# we do not use the provided MSVC project files +find needed -name '*.vcpro*' | xargs rm + find boost -name \*.hpp | xargs rm find libs -name \*.cpp | xargs rm @@ -49,11 +45,11 @@ cp -vR needed/libs . rm -rf needed # found by bcp but not needed by us +rm -rf boost/regex/icu.hpp +rm -rf boost/typeof rm -rf libs/config rm -rf libs/smart_ptr -rm -rf libs/signals/build rm -rf libs/regex/build rm -rf libs/regex/test - - +rm -rf libs/regex/src/icu.cpp