aboutsummaryrefslogtreecommitdiffstats
path: root/run-windows.sh
blob: 85317085374dfe603321f37681c7f784a721b8c1 (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

lvc-env/Scripts/python.exe setup.py py2exe && ./dist/lvcdebug.exe