Smoe more details for the setup and installer scripts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-05-08 19:27:48 +00:00
parent cf1a9b45c7
commit 47b37e4be4
2 changed files with 15 additions and 4 deletions

View File

@@ -1,7 +1,11 @@
#
# A distutils script to make a standalone .exe of superdoodle for
# Windows platforms.
# Windows platforms. You can get py2exe from
# http://py2exe.sourceforge.net/. Use this command to build the .exe
# and collect the other needed files:
#
# python setup.py py2exe
#
from distutils.core import setup
import py2exe