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

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

mvc-env/Scripts/python.exe setup.py py2exe && ./dist/mvcdebug.exe