projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d440a0e
)
Don't need the "-hybrid" in the name any longer
author
Robin Dunn
<robin@alldunn.com>
Sun, 25 Aug 2002 01:53:43 +0000
(
01:53
+0000)
committer
Robin Dunn
<robin@alldunn.com>
Sun, 25 Aug 2002 01:53:43 +0000
(
01:53
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16758
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/distrib/make_installer.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/distrib/make_installer.py
b/wxPython/distrib/make_installer.py
index a5f33582020a0bb3816ec5ff7033dbc85d28d319..310efba1fe58d41eed0f497250c6961ab81b0214 100644
(file)
--- a/
wxPython/distrib/make_installer.py
+++ b/
wxPython/distrib/make_installer.py
@@
-338,8
+338,10
@@
def main():
else:
IF22 = ""
- if string.find(WXDLL, "h") != -1:
- PYVER = PYVER + "-hybrid"
+ # Starting with 2.3.3 the hybrid build is the release build too, so
+ # no need to label it that way.
+ ##if string.find(WXDLL, "h") != -1:
+ ## PYVER = PYVER + "-hybrid"
MSLU=''
if len(sys.argv) > 1 and sys.argv[1] == "UNICODE=1":