Use shortened DLL version number for wxPython

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-02-26 05:28:03 +00:00
parent ac878b40d5
commit ac49dfe39a

View File

@@ -102,7 +102,7 @@ HYBRID = 1 # If set and not debug or FINAL, then build a
# wxWindows must have been built with /MD, not /MDd
# (using FINAL=hybrid will do it.)
WXDLLVER = '240' # Version part of wxWindows DLL name
WXDLLVER = '24' # Version part of wxWindows DLL name
#----------------------------------------------------------------------