]> git.lyx.org Git - features.git/blobdiff - 3rdparty/boost/extract.sh
remove most traces of boost::regex
[features.git] / 3rdparty / boost / extract.sh
index 04eeb5cf10253cce472cb7f8dd2d76a3356ef13c..8a1e70e25ed77556fe1372a066ec2422d5c94753 100755 (executable)
@@ -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