X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fextract.sh;h=dbe280b07de89a2435e7c6bd0118adedc3b6efee;hb=02e59530b15d223c0978ecacfb7379f7bec986f4;hp=813c2877fb3a0deb5866c7f5a03d9ac84ed4953e;hpb=758b7548b6486183e10f01cd3ff3434ca9f073c6;p=lyx.git diff --git a/boost/extract.sh b/boost/extract.sh index 813c2877fb..dbe280b07d 100755 --- a/boost/extract.sh +++ b/boost/extract.sh @@ -7,11 +7,19 @@ # # Does also work with an outdated bcp version # +# Usage: extract.sh +# + +if [ -z $1 ] +then + echo "Usage: extract.sh " + exit 1 +fi rm -rf needed mkdir needed -bcp --boost=$PWD \ +bcp --boost=$1 \ boost/any.hpp \ boost/assert.hpp \ boost/bind.hpp \ @@ -32,6 +40,10 @@ bcp --boost=$PWD \ boost/signals/trackable.hpp \ boost/tokenizer.hpp \ boost/tuple/tuple.hpp \ + boost/mpl/string.hpp \ + boost/mpl/fold.hpp \ + boost/mpl/size_t.hpp \ + boost/functional/hash.hpp \ \ needed @@ -44,4 +56,12 @@ cp -vR needed/libs . rm -rf needed +# found by bcp but not needed by us +rm -rf libs/config +rm -rf libs/smart_ptr +rm -rf libs/signals/build +rm -rf libs/regex/build +rm -rf libs/regex/test + +