]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/howto-distrib.txt
Check for errors after unicode conversions
[wxWidgets.git] / wxPython / distrib / howto-distrib.txt
index a3c3ed05a5225f8aa5667c84e447f71e382913b9..97f86dbc63b1908cc39987446df2f89374ff7bb6 100644 (file)
@@ -52,11 +52,6 @@ Windows  (build env is on Cyclops)
        .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
@@ -64,6 +59,11 @@ Windows  (build env is on Cyclops)
 
        .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
@@ -101,7 +101,7 @@ wx/wxPython dir:
 
 * Make the demo tarball:
        
-       dsitrib/makedemo
+       distrib/makedemo
 
 * Make the docs tarball: