]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/BUILD.win32.txt
Added *.ani to image sample
[wxWidgets.git] / wxPython / BUILD.win32.txt
index 0687e8d53dbed36efbd20a8e0e645db9d0838db4..163cc1664c61f7895f0059410e90e5ce44ea8830 100644 (file)
@@ -41,10 +41,34 @@ 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.
 
 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 runtime DLL and import lib. The former can
+       be downloaded from Microsoft, the latter is part of the latest
+       Platform SDK from Microsoft (see msdn.microsoft.com for
+       details).  An alternative implementation of import lib can be
+       downloaded from http://libunicows.sourceforge.net
+
+    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...
 
 
 
 And now on to the fun stuff...
 
 
 
+
 1. Get the wxWindows sources
 ----------------------------
 
 1. Get the wxWindows sources
 ----------------------------
 
@@ -87,7 +111,9 @@ D. Change to the wx2\include\wx\msw directory and copy setup0.h to
          wxUSE_CMDLINE_PARSER          0
         wxUSE_FSVOLUME                 0
          wxUSE_DIALUP_MANAGER          0
          wxUSE_CMDLINE_PARSER          0
         wxUSE_FSVOLUME                 0
          wxUSE_DIALUP_MANAGER          0
+        wxUSE_DYNAMIC_LOADER           0
          wxUSE_TREELAYOUT              0
          wxUSE_TREELAYOUT              0
+        wxUSE_MS_HTML_HELP             0
          wxUSE_POSTSCRIPT              1
 
 
          wxUSE_POSTSCRIPT              1