X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fextract.sh;h=8a1e70e25ed77556fe1372a066ec2422d5c94753;hb=3093789e;hp=04eeb5cf10253cce472cb7f8dd2d76a3356ef13c;hpb=cecdc69c3ab44083b46782edca5631a23311364e;p=features.git diff --git a/3rdparty/boost/extract.sh b/3rdparty/boost/extract.sh index 04eeb5cf10..8a1e70e25e 100755 --- a/3rdparty/boost/extract.sh +++ b/3rdparty/boost/extract.sh @@ -25,7 +25,6 @@ bcp --boost=$1 \ boost/crc.hpp \ boost/cstdint.hpp \ boost/lexical_cast.hpp \ - boost/regex.hpp \ boost/signals2.hpp \ boost/signals2/connection.hpp \ boost/signals2/trackable.hpp \ @@ -37,7 +36,7 @@ bcp --boost=$1 \ find needed -name '*.vcpro*' | xargs rm find boost -name \*.hpp | xargs rm -find libs -name \*.cpp | xargs rm +#find libs -name \*.cpp | xargs rm cp -vR needed/boost . cp -vR needed/libs . @@ -45,11 +44,7 @@ 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/regex/build -rm -rf libs/regex/test -rm -rf libs/regex/src/icu.cpp