Preflight Checklist
-------------------
-* Ensure that the version info in wxPython/setup.py is correct.
+* Ensure that the version info in wxPython/config.py is correct.
* Ensure that all build machines are up to date with CVS, they should
have the same versions of all the wxWidgets files if possible. (Use
.make both-hybrid clean
.make both-hybrid
-* Make the .mo files
-
- cd wx/locale
- makemo.py
-
* Build the tools. This btm script makes a static release version of
wxWidgets, and then builds copies of wxrc.exe and tex2rtf.exe
linking with that lib, placing them in wx/lib/vc_dll, (which you
.make_tools.btm
+* Make the .mo files
+
+ cd wx/locale
+ makemo.py
+
* Make the HTMLHelp files. In the wx\wxPython directory run:
distrib\makedocs.bat
-* Clean and old wxPython builds:
+* Clean any old wxPython builds:
del /sx build build.unicode
* Make the demo tarball:
- dsitrib/makedemo
+ distrib/makedemo
* Make the docs tarball: