Updates for the sample apps. Some readme's, show how to use py2exe,
InnoSetup, etc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
12
wxPython/samples/doodle/setup.py
Normal file
12
wxPython/samples/doodle/setup.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# A distutils script to make a standalone .exe of superdoodle for
|
||||
# Windows platforms.
|
||||
#
|
||||
|
||||
from distutils.core import setup
|
||||
import py2exe
|
||||
|
||||
setup( name = "superdoodle",
|
||||
scripts = ["superdoodle.py"]
|
||||
)
|
||||
|
Reference in New Issue
Block a user