summaryrefslogtreecommitdiffstats
path: root/contrib/local/bcp-boost.sh
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-09-02 21:38:10 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-09-02 21:38:10 (GMT)
commit7938e286967597c7168b855b7e3fdfbd9b949e0e (patch)
treebc5d9bfb80a07ec80b36dc025b3fac9f3ca03ec4 /contrib/local/bcp-boost.sh
parenta874a181add7b292e52140f8c753f663a4cb5a87 (diff)
downloaduscxml-7938e286967597c7168b855b7e3fdfbd9b949e0e.zip
uscxml-7938e286967597c7168b855b7e3fdfbd9b949e0e.tar.gz
uscxml-7938e286967597c7168b855b7e3fdfbd9b949e0e.tar.bz2
New file element for executable content
Diffstat (limited to 'contrib/local/bcp-boost.sh')
-rwxr-xr-xcontrib/local/bcp-boost.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/local/bcp-boost.sh b/contrib/local/bcp-boost.sh
index 9f5450d..bdeea97 100755
--- a/contrib/local/bcp-boost.sh
+++ b/contrib/local/bcp-boost.sh
@@ -5,13 +5,13 @@ 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`
+ARABICA_FILES=`find ${DIR}/../../contrib/prebuilt/darwin-i386/clang/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 \
+/Users/sradomski/Documents/TK/Code/boost_1_54_0/dist/bin/bcp \
+--boost=/Users/sradomski/Documents/TK/Code/boost_1_54_0 \
--scan ${SOURCE_FILES} ${ARABICA_FILES} \
${DIR}/../prebuilt/include