aboutsummaryrefslogtreecommitdiffstats
path: root/build-windows.sh
blob: 3ec2054f9695c22fccd2957c47ec24ff8d140636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ ! -e lvc-env ] ; then
    echo "LVC virtualenv is not present.  Run "
    echo
    echo "   python helperscripts/windows-virtualenv/ lvc-env"
    echo
    echo "to build it"
    exit 1
fi

PYTHONPATH="." lvc-env/Scripts/python.exe setup.py bdist_nsis