]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/extract.sh
Add some clarifying comments
[lyx.git] / 3rdparty / boost / extract.sh
index 2fa7bc837151c81c5fca4a4014cd9993f8e80b57..04eeb5cf10253cce472cb7f8dd2d76a3356ef13c 100755 (executable)
@@ -22,31 +22,20 @@ mkdir needed
 bcp --boost=$1 \
        boost/any.hpp \
        boost/assert.hpp \
-       boost/bind.hpp \
        boost/crc.hpp \
        boost/cstdint.hpp \
-       boost/format.hpp \
-       boost/function.hpp \
-       boost/functional.hpp \
        boost/lexical_cast.hpp \
-       boost/noncopyable.hpp \
        boost/regex.hpp \
-       boost/scoped_array.hpp \
-       boost/scoped_ptr.hpp \
-       boost/shared_ptr.hpp \
-       boost/signal.hpp \
-       boost/signals/connection.hpp \
-       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 \
+       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
 
@@ -56,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