]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/howto-distrib.txt
better __docfilter__ and other epydoc tweaks
[wxWidgets.git] / wxPython / distrib / howto-distrib.txt
index ff33c7652816331a414211a48d660dc205be496b..97f86dbc63b1908cc39987446df2f89374ff7bb6 100644 (file)
@@ -14,7 +14,7 @@ main intent of this document...
 Preflight Checklist
 -------------------
 
 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
 
 * 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
@@ -45,18 +45,6 @@ Preflight Checklist
 Windows  (build env is on Cyclops)
 ----------------------------------
 
 Windows  (build env is on Cyclops)
 ----------------------------------
 
-* Clean out unneded files from wx/BIN
-
-       *.pdb       # debugger data
-       wx*d_*.dll  # debug version of the DLLs
-                   # also old versions
-                   # etc.
-
-* Clean out the same files in wx/lib/vc_dll.  (NOTE to self: There is
-  probably no reason any more to move stuff to the BIN dir.  Update
-  the build and packager scripts and the PATHs and then get rid of
-  it.)
-
 * Do a clean build of the ansi and unicode hybrid versions of
   wxWidgets:
 
 * Do a clean build of the ansi and unicode hybrid versions of
   wxWidgets:
 
@@ -64,22 +52,23 @@ Windows  (build env is on Cyclops)
        .make both-hybrid clean
        .make both-hybrid
 
        .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
 * 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/BIN.
+  linking with that lib, placing them in wx/lib/vc_dll, (which you
+  should have on the PATH.)
 
        .make_tools.btm
 
 
        .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
 
 * 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
 
 
        del /sx build build.unicode
 
@@ -112,7 +101,7 @@ wx/wxPython dir:
 
 * Make the demo tarball:
        
 
 * Make the demo tarball:
        
-       dsitrib/makedemo
+       distrib/makedemo
 
 * Make the docs tarball:
 
 
 * Make the docs tarball: