]>
Commit | Line | Data |
---|---|---|
81457c86 RD |
1 | |
2 | rem This script is an example of how to use the McMillan Installer | |
3 | rem on a wxPython app to produce an executable. | |
4 | ||
5 | setlocal | |
6 | ||
7 | set INSTDIR=c:\tools\Installer | |
8 | ||
9 | python %INSTDIR%\Makespec.py --onedir --noconsole superdoodle.py | |
10 | python %INSTDIR%\Build.py superdoodle.spec | |
11 | ||
12 | endlocal |