]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/BUILD.win32.txt
added QS_ALLPOSTMESSAGE
[wxWidgets.git] / wxPython / BUILD.win32.txt
index 75395e3e41ad42823d667481a3a1512186ddfe13..21837237c120b5d9f7539fc4829cf88df9362033 100644 (file)
@@ -41,10 +41,32 @@ the free mingw32 or Borland compilers, but I havn't tried them yet.
 If anybody wants to try it I'll take any required patches for the
 setup script and for these instructions.
 
+
+UNICODE
+-------
+
+To build the version of wxWindows/wxPython that uses the unicode
+version of the Win32 APIs, just follow the steps below with these
+changes:
+
+    a. You'll need the MSLU lib and dll, which is part of the new
+       Platform SDK from Microsoft.  See MSDN.microsoft.com for
+       details.
+
+    b. Add "UNICODE=1 MSLU=1" to the nmake command line when building
+       wxWindows.
+
+    c. Add "UNICODE=1" to the setup.py commandline when building
+       wxPython.
+
+    d. See the notes in CHANGES.txt about unicode.
+
+
 And now on to the fun stuff...
 
 
 
+
 1. Get the wxWindows sources
 ----------------------------