Don't need the "-hybrid" in the name any longer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2002-08-25 01:53:43 +00:00
parent d440a0e764
commit 03d9e55cc9

View File

@ -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":