]> git.saurik.com Git - wxWidgets.git/blame - wxPython/samples/doodle/installer.bat
docstring update
[wxWidgets.git] / wxPython / samples / doodle / installer.bat
CommitLineData
81457c86
RD
1
2rem This script is an example of how to use the McMillan Installer
3rem on a wxPython app to produce an executable.
4
5setlocal
6
7set INSTDIR=c:\tools\Installer
8
9python %INSTDIR%\Makespec.py --onedir --noconsole superdoodle.py
10python %INSTDIR%\Build.py superdoodle.spec
11
12endlocal