summaryrefslogtreecommitdiffstats
path: root/contrib
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
parenta874a181add7b292e52140f8c753f663a4cb5a87 (diff)
downloaduscxml-7938e286967597c7168b855b7e3fdfbd9b949e0e.zip
uscxml-7938e286967597c7168b855b7e3fdfbd9b949e0e.tar.gz
uscxml-7938e286967597c7168b855b7e3fdfbd9b949e0e.tar.bz2
New file element for executable content
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/local/bcp-boost.sh6
-rwxr-xr-xcontrib/local/compress_and_upload_deps.sh1
2 files changed, 4 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
diff --git a/contrib/local/compress_and_upload_deps.sh b/contrib/local/compress_and_upload_deps.sh
index cf7c758..81df0f4 100755
--- a/contrib/local/compress_and_upload_deps.sh
+++ b/contrib/local/compress_and_upload_deps.sh
@@ -31,6 +31,7 @@ cd ../prebuilt
ssh ${USCXML_PREBUILT_HOST} mkdir -p ${USCXML_PREBUILT_PATH}/${VERSION}
PLATFORMS=`find . -maxdepth 1 -type d -regex ./[^\.].*`
+PLATFORMS="include"
for FILE in ${PLATFORMS}; do
PLATFORM=`basename $FILE`
if [ "$PLATFORM" != "include" ]; then