]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/msw/install.txt
compilation fix after TRUE/FALSE change
[wxWidgets.git] / docs / msw / install.txt
index 7533beb565afd0fd95e321451c2f8e3efbacfee7..9663cd19b5bc4dc73d42a559ab0f721464d4d486 100644 (file)
@@ -1,12 +1,12 @@
 
-Installing wxWindows 2.3
-------------------------
+Installing wxWindows 2.3.3
+--------------------------
 
-This is wxWindows 2.3 for Microsoft Windows 9x/ME, Windows NT,
+This is wxWindows 2.3.3 for Microsoft Windows 9x/ME, Windows NT,
 Windows 2000 and Windows XP. This is an unstable development release.
 
 Please note that the library naming conventions for VC++
-compilation have changed between 2.3.1 and 2.3.2. This means that
+compilation have changed after 2.3.1. This means that
 you will need to change your application project files. See the
 relevant section below for details.
 
@@ -225,7 +225,7 @@ Compiling using the makefiles:
    your Borland C++ installation, and it uses the FAT (short
    name) form with no spaces.
    Reboot if needed for the changes to autoexec.bat to take effect.   
-2. Change directory to wx\src\msw. Type 'make -f makefile.b32' to
+2. Change directory to src\msw. Type 'make -f makefile.b32' to
    make the wxWindows core library. Ignore the warnings about
    'XXX' not found in library.
 3. Change directory to a sample or demo such as samples\minimal, and type