updated to 2.4.1, no big changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-12 22:55:41 +00:00
parent d7ace383ec
commit fa499d55ca

View File

@@ -51,9 +51,10 @@ or Unicode mode for a total of 8 possibilities.
a) Using Visual C++ 6.0 a) Using Visual C++ 6.0
Simply open the src/wxBase.dsw file in MSDEV and build it. When it is Simply open the src/wxBase.dsw file in MSDEV and build it (you may need to
done you can also open samples/console/console.dsp project and build it as right click on wxBase in the project tree to make it the active project). When
well. it is done you can also open samples/console/console.dsp project and build it
as well.
b) Cygwin b) Cygwin
@@ -61,8 +62,8 @@ b) Cygwin
c) Borland c) Borland
Please refer to the docs/msw/install.txt. The console sample compiles and runs Please refer to the docs/msw/install.txt. The console sample compiles and
but does not pass all tests (04 sept 02) runs but does not pass all tests (as of Sep 4, 2002)
d) Other compilers d) Other compilers
@@ -125,6 +126,6 @@ namely:
Vadim Zeitlin Vadim Zeitlin
This file is accurate for the version 2.4.0 of wxBase. It was last modified on This file is accurate for the version 2.4.1 of wxBase. It was last modified on
Dec 24, 2002. June 13, 2003.