Move distribution scripts into scripts/ subfolder

This commit is contained in:
baldurk
2016-09-27 13:15:04 +02:00
parent 134f75bd27
commit 7d6cc098f0
2 changed files with 13 additions and 1 deletions
+7 -1
View File
@@ -2,6 +2,12 @@
AUTOBUILD=1
if [ ! -f LICENSE.md ]; then
echo "This script should be run from the root of the checkout.";
echo "e.g. ./scripts/dist.sh";
exit;
fi
if [ $# -ne 1 ] || [ $1 != "autobuild" ]; then
AUTOBUILD=0
echo "=== Building standalone folders. Hit enter when each prompt is satisfied"
@@ -12,7 +18,7 @@ if [ $# -ne 1 ] || [ $1 != "autobuild" ]; then
echo "Have you built the python libraries? (cd renderdocui/3rdparty/ironpython/ && ./compilelibs.sh /path/to/IronPython)"
read;
echo "Have you marked the git commit hash in version info? (hash_version.sh)"
echo "Have you marked the git commit hash in version info? (./scripts/hash_version.sh)"
read;
echo "Now compile 32-bit and 64-bit Release builds."
@@ -1,5 +1,11 @@
#!/bin/bash
if [ ! -f renderdoc/data/resource.h ]; then
echo "This script should be run from the root of the checkout.";
echo "e.g. ./scripts/hash_version.sh";
exit;
fi
GIT_HASH=`git status > /dev/null 2>&1 && git rev-parse HEAD || echo NO_GIT_COMMIT_HASH_DEFINED`;
rm -f ver