Files
renpy/module/build_win32.sh

5 lines
101 B
Bash
Executable File

#!/bin/sh
python setup.py clean
python setup.py build --compiler=mingw32 install_lib -d $PYTHONPATH