summaryrefslogtreecommitdiffstats
path: root/contrib/local/bcp-boost.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/local/bcp-boost.sh')
-rwxr-xr-xcontrib/local/bcp-boost.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/local/bcp-boost.sh b/contrib/local/bcp-boost.sh
new file mode 100755
index 0000000..9f5450d
--- /dev/null
+++ b/contrib/local/bcp-boost.sh
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+ME=`basename $0`
+DIR="$( cd "$( dirname "$0" )" && pwd )"
+CWD=`pwd`
+
+SOURCE_FILES=`find ${DIR}/../../src/ -name \*.h -print -o -name \*.cpp -print`
+ARABICA_FILES=`find ${DIR}/../../contrib/prebuilt/include/arabica -name \*.hpp -print -o -name \*.cpp -print`
+
+# echo ${ARABICA_FILES}
+# exit
+
+/Users/sradomski/Documents/TK/Code/boost_1_51_0/dist/bin/bcp \
+--boost=/Users/sradomski/Documents/TK/Code/boost_1_51_0 \
+--scan ${SOURCE_FILES} ${ARABICA_FILES} \
+${DIR}/../prebuilt/include
+
+rm -rf ${DIR}/../prebuilt/include/libs