From: Robin Dunn Date: Thu, 22 Jan 2004 23:57:09 +0000 (+0000) Subject: Don't forget wxrc X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1b499eb38ee3f706c9881674b020d1980794d74a?ds=inline Don't forget wxrc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index bc56cf35f8..8735520c3a 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -60,7 +60,7 @@ AppPublisherURL = http://wxPython.org/ LicenseFile = licence\licence.txt CodeFile = %(IFSFILE)s -WizardDebug = yes +;; WizardDebug = yes ;;------------------------------------------------------------ @@ -192,7 +192,7 @@ Source: "scripts\pyshell"; DestDir: "{code:GetPythonDir}\Script Source: "scripts\pycrust"; DestDir: "{code:GetPythonDir}\Scripts"; Components: core Source: "scripts\pywrap"; DestDir: "{code:GetPythonDir}\Scripts"; Components: core Source: "scripts\xrced"; DestDir: "{code:GetPythonDir}\Scripts"; Components: core - +Source: "%(WXDIR)s\BIN\wxrc.exe"; DestDir: "{code:GetPythonDir}\Scripts"; Components: core Source: "samples\doodle\*.py"; DestDir: "{app}\wx\samples\doodle"; Components: samples Source: "samples\doodle\*.txt"; DestDir: "{app}\wx\samples\doodle"; Components: samples