diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-09-02 21:38:10 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-09-02 21:38:10 (GMT) |
commit | 7938e286967597c7168b855b7e3fdfbd9b949e0e (patch) | |
tree | bc5d9bfb80a07ec80b36dc025b3fac9f3ca03ec4 /contrib/local/bcp-boost.sh | |
parent | a874a181add7b292e52140f8c753f663a4cb5a87 (diff) | |
download | uscxml-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-x | contrib/local/bcp-boost.sh | 6 |
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 |