X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4dcd292c418ba57e9eabdbf4363c316a33557b9b..a84ece11fffdde5d1bbd254ba58ac3cee79c2e77:/docs/msw/install.txt diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 7533beb565..9663cd19b5 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -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