summaryrefslogtreecommitdiffstats
path: root/contrib/local
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-12-21 18:05:36 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-12-21 18:05:36 (GMT)
commit12dcd02744de94b8168899d232c5f238bfa55f12 (patch)
treefa13d287fe875943a27066584e624dd1fc51dac3 /contrib/local
parentedf85a10991e1eb041a24fa81ed330c3dbf4d151 (diff)
downloaduscxml-12dcd02744de94b8168899d232c5f238bfa55f12.zip
uscxml-12dcd02744de94b8168899d232c5f238bfa55f12.tar.gz
uscxml-12dcd02744de94b8168899d232c5f238bfa55f12.tar.bz2
Fixed scripts to prepare distributions
Diffstat (limited to 'contrib/local')
-rwxr-xr-xcontrib/local/make-dist.sh24
-rwxr-xr-x[-rw-r--r--]contrib/local/package-linux.expect0
2 files changed, 12 insertions, 12 deletions
diff --git a/contrib/local/make-dist.sh b/contrib/local/make-dist.sh
index 1eacb48..9337eb0 100755
--- a/contrib/local/make-dist.sh
+++ b/contrib/local/make-dist.sh
@@ -32,18 +32,18 @@ if [ "$BUILD_LINUX64" == "y" ] || [ "$BUILD_LINUX64" == "Y" ]; then
fi
# make sure to cross-compile before windows as we will copy all the files into the windows VM
-echo -n "Build uscxml for iOS? [y/N]: "; read BUILD_IOS
-if [ "$BUILD_IOS" == "y" ] || [ "$BUILD_IOS" == "Y" ]; then
- echo == BUILDING USCXML FOR IOS =========================================================
- ${DIR}/../build-uscxml-ios.sh
-fi
-
-echo -n "Build uscxml for Android? [y/N]: "; read BUILD_ANDROID
-if [ "$BUILD_ANDROID" == "y" ] || [ "$BUILD_ANDROID" == "Y" ]; then
- echo == BUILDING USCXML FOR Android =========================================================
- export ANDROID_NDK=~/Developer/SDKs/android-ndk-r8
- ${DIR}/../build-uscxml-android.sh
-fi
+# echo -n "Build uscxml for iOS? [y/N]: "; read BUILD_IOS
+# if [ "$BUILD_IOS" == "y" ] || [ "$BUILD_IOS" == "Y" ]; then
+# echo == BUILDING USCXML FOR IOS =========================================================
+# ${DIR}/../build-uscxml-ios.sh
+# fi
+#
+# echo -n "Build uscxml for Android? [y/N]: "; read BUILD_ANDROID
+# if [ "$BUILD_ANDROID" == "y" ] || [ "$BUILD_ANDROID" == "Y" ]; then
+# echo == BUILDING USCXML FOR Android =========================================================
+# export ANDROID_NDK=~/Developer/SDKs/android-ndk-r8
+# ${DIR}/../build-uscxml-android.sh
+# fi
echo -n "Build uscxml for Windows 32Bit? [y/N]: "; read BUILD_WIN32
if [ "$BUILD_WIN32" == "y" ] || [ "$BUILD_WIN32" == "Y" ]; then
diff --git a/contrib/local/package-linux.expect b/contrib/local/package-linux.expect
index 2685981..2685981 100644..100755
--- a/contrib/local/package-linux.expect
+++ b/contrib/local/package-linux.expect