Port build-script from SDL3

[ci skip]
This commit is contained in:
Anonymous Maarten 2024-11-01 23:08:36 +01:00
parent 15bc3f25ee
commit 48aa1cccf7
7 changed files with 816 additions and 360 deletions

View file

@ -29,7 +29,7 @@ done
rev=`sh showrev.sh 2>/dev/null`
if [ "$rev" != "" ]; then
if [ -n "$dist" ]; then
echo "$rev" > "$outdir/VERSION.txt"
echo "$rev" > "$outdir/REVISION.txt"
fi
echo "/* Generated by updaterev.sh, do not edit */" >"$header.new"
if [ -n "$vendor" ]; then