Some tweaks and cleanup.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-04-30 23:52:22 +00:00
parent 9e689c0658
commit 91c41b30c2
6 changed files with 85 additions and 44 deletions

View File

@@ -1,5 +1,4 @@
"""
This script will generate a setup script for InnoSetup and then run it
to make the installer executable. If all goes right the proper versions
of Python and wxWindows (including hybrid/final settings) will all be
@@ -10,8 +9,6 @@ will be created.
import os, string
#----------------------------------------------------------------------
KEEP_TEMPS = 0
#----------------------------------------------------------------------