]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/howto-distrib.txt
Oops. Put @echo off line back in. Only needed to change pythonw.exe to python.exe.
[wxWidgets.git] / wxPython / distrib / howto-distrib.txt
index d072afe6f04e6b8f4b3f4f990da531672bcc82c1..a3c3ed05a5225f8aa5667c84e447f71e382913b9 100644 (file)
@@ -14,7 +14,7 @@ main intent of this document...
 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
@@ -45,18 +45,6 @@ Preflight Checklist
 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:
 
@@ -71,7 +59,8 @@ Windows  (build env is on Cyclops)
 
 * 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
 
@@ -79,7 +68,7 @@ Windows  (build env is on Cyclops)
 
        distrib\makedocs.bat
 
-* Clean and old wxPython builds:
+* Clean any old wxPython builds:
 
        del /sx build build.unicode
 
@@ -164,12 +153,12 @@ created first and in place on the file server.  There are currently
 two builds made of wxPythonOSX, one for Panther and Apple's version of
 Python, and one for Jaguar and a self-installed MacPythonOSX.  
 
-* On BigMac run the following:
+* On BigMac run the following as root:
 
      cd wx/wxPython
      distrib/mac/wxPythonOSX/build panther
 
-* On Whopper run the following  
+* On Whopper run the following as root: 
 
      cd wx/wxPython
      distrib/mac/wxPythonOSX/build jaguar