X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..3d3ecbbcc7e1602c0df4a3431e5a537b0ebb1e35:/docs/base/readme.txt diff --git a/docs/base/readme.txt b/docs/base/readme.txt index f9bae1acd8..97cb8f6a59 100644 --- a/docs/base/readme.txt +++ b/docs/base/readme.txt @@ -51,7 +51,7 @@ or Unicode mode for a total of 8 possibilities. a) Using Visual C++ 6.0 - Simply open the src/wxBase.dsw file in MSDEV and build it. When it is + Simply open the build/msw/wx_base.dsp file in MSDEV and build it. When it is done you can also open samples/console/console.dsp project and build it as well. @@ -59,10 +59,14 @@ b) Cygwin Please refer to the Unix section below. + Note that gcc's precompiled headers do not work on current versions of + Cygwin. If your version of Cygwin is affected you will need to use the + --disable-precomp-headers configure option. + c) Borland Please refer to the docs/msw/install.txt. The console sample compiles and - runs but does not pass all tests (04 sept 02) + runs but does not pass all tests. d) Watcom @@ -129,7 +133,7 @@ namely: * Usenet newsgroup comp.soft-sys.wxwindows -* Mailing lists: see http://lists.wxwindows.org/ for more information +* Mailing lists: see http://lists.wxwidgets.org/ for more information * WWW page: http://www.wxwidgets.org/ @@ -137,8 +141,3 @@ namely: Hope you will find wxBase useful! Vadim Zeitlin - - -This file is accurate for the version 2.5.1 of wxBase. It was last modified on -Jan 22, 2003. -