view deploy/linux/generate-qrc @ 125:1f7260245c6d

Towards a 32-bit Windows build
author Chris Cannam
date Thu, 11 Jun 2020 17:19:32 +0100
parents 38cd115c91d4
children
line wrap: on
line source
#!/bin/bash
qrc="$1"
if [ ! -f "$qrc".in ]; then
    echo "Input file $qrc.in not found"
    exit 2
fi
set -eu
cat "$qrc".in | sed -e 's/@SUFFIX@/.so/g' -e 's/@EXESUFFIX@//g' > "$qrc"