changed the version to 2.4.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-12-24 11:26:09 +00:00
parent f497f4616b
commit ea836c51a2
2 changed files with 16 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
rem VZ: this is quick and _very_ dirty, to be replaced by a script directly rem VZ: this is quick and _very_ dirty, to be replaced by a script directly
rem parsing the files.txt and include/wx/version.h... rem parsing the files.txt and include/wx/version.h...
set VER=2.3.4 set VER=2.4.0
set DEST=t:\wxBase-%VER% set DEST=t:\wxBase-%VER%
mkdir %DEST% mkdir %DEST%

View File

@@ -25,20 +25,22 @@ threads, sockets and much more. Some of the other utility classes allow you to
parse the command line, limit the number of instances of your program parse the command line, limit the number of instances of your program
executing simultaneously (portably!) and so on. executing simultaneously (portably!) and so on.
1. Requirements and supported platforms 1. Requirements and supported platforms
-------------------------------------- --------------------------------------
wxBase can be compiled and used under Win32, mostly any modern Unix system wxBase can be compiled and used under Win32, mostly any modern Unix system
(probably including Mac OS X but it wasn't tested there), VMS and BeOS (this (including Mac OS X), VMS and BeOS (this release couldn't be tested under
release couldn't be tested under these platforms neither so you might these platforms so you might encounter some problems but they should be easy
encounter some problems but they should be easy to solve - please contact us to solve -- please contact us in this case!)
in this case!)
It is written without using any modern C++ features (such as templates, It is written without using any modern C++ features (such as templates,
exceptions, namespaces) for maximal portability and so you shouldn't have exceptions, namespaces) for maximal portability and so you shouldn't have
problems compiling it with any C++ compiler at all. However, we only provide problems compiling it with any C++ compiler at all. However, we only provide
the project files for Microsoft Visual C++ 6.0 for Win32 (any contributions the project files for Microsoft Visual C++ 6.0 and make files for Borland C++
are welcome!) - but our Unix makefiles will work with any compiler. for Win32 (any contributions are welcome!) -- but our Unix makefiles should
work with any compiler.
2. Installing under Win32 2. Installing under Win32
------------------------- -------------------------
@@ -58,6 +60,7 @@ b) Cygwin
Please refer to the Unix section below Please refer to the Unix section below
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 runs
but does not pass all tests (04 sept 02) but does not pass all tests (04 sept 02)
@@ -67,6 +70,7 @@ d) Other compilers
Please contact us if you would like to help us with creating one for the Please contact us if you would like to help us with creating one for the
compiler you use. compiler you use.
3. Installing under Unix/BeOS 3. Installing under Unix/BeOS
----------------------------- -----------------------------
@@ -74,12 +78,13 @@ NB: If you're building wxBase from the wxWindows distribution and not from a
separate wxBase one you will need to add "--disable-gui" to configure separate wxBase one you will need to add "--disable-gui" to configure
arguments below! arguments below!
Please note that GNU make is required to build wxBase! Please note that GNU make may be required to build wxBase, please use it if
you get any errors from the native Unix make.
The recommended way to build wxBase is: The recommended way to build wxBase is:
% cd ..../wxWindows % cd ..../wxWindows
% mkdir base-release % mkdir base-release # or any other directory of your liking
% cd base-release % cd base-release
% ../configure % ../configure
# ignore the error messages about missing samples # ignore the error messages about missing samples
@@ -120,6 +125,6 @@ namely:
Vadim Zeitlin Vadim Zeitlin
This file is accurate for the version 2.3.2 of wxBase. It was last modified on This file is accurate for the version 2.4.0 of wxBase. It was last modified on
Dec 11, 2001. Dec 24, 2002.