Various minor tweaks and updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-05 04:17:27 +00:00
parent c15521c67e
commit daa3eac94c
11 changed files with 70 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ will be created.
import sys, os, string
KEEP_TEMPS = 0
ISCC = r"C:\TOOLS\InnoSetup2Ex\ISCC.exe %s"
ISCC = r"D:\TOOLS\InnoSetup2Ex\ISCC.exe %s"
#----------------------------------------------------------------------
@@ -21,7 +21,7 @@ ISS_Template = r'''
AppName = wxPython
AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s
OutputBaseFilename = wxPython-%(VERSION)s-%(PYVER)s
AppCopyright = Copyright <20> 2001 Total Control Software
AppCopyright = Copyright <20> 2002 Total Control Software
DefaultDirName = {code:GetInstallDir|c:\DoNotInstallHere}
DefaultGroupName = wxPython %(SHORTVER)s for Python %(PYTHONVER)s
AlwaysCreateUninstallIcon = yes