Updated version to 2.5.5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-23 13:05:13 +00:00
parent b388e8cdec
commit 8c9f8f91cd
886 changed files with 32695 additions and 15722 deletions

View File

@@ -1,7 +1,7 @@
Installing wxWidgets 2.5.4
Installing wxWidgets 2.5.5
--------------------------
This is wxWidgets 2.5.4 for Microsoft Windows 9x/ME, Windows NT, Windows 2000
This is wxWidgets 2.5.5 for Microsoft Windows 9x/ME, Windows NT, Windows 2000
and Windows XP. This is an unstable development release. Note that unstable in
this context doesn't mean that it crashes a lot, just that the library API may
change in backwards incompatible way during the 2.5 branch lifetime.
@@ -263,7 +263,7 @@ Metrowerks CodeWarrior compilation
----------------------------------
1. CodeWarrior Pro7 project files in XML format are already
included in wxMSW-2.5.4.zip and the setup version.
included in wxMSW-2.5.5.zip and the setup version.
2. Review the file include\wx\msw\setup.h (or include\wx\msw\setup0.h if
you are working from the CVS version) to make sure the settings reflect

View File

@@ -1,9 +1,9 @@
=================================================
Welcome to wxWidgets/CE 2.5.4
Welcome to wxWidgets/CE 2.5.5
=================================================
You have downloaded version 2.5.4 of the Windows CE port of
You have downloaded version 2.5.5 of the Windows CE port of
the wxWidgets GUI library. This runs on Pocket PC 2002/2003,
Smartphone 2002/2003, and Windows CE .NET 4.x.
@@ -51,7 +51,16 @@ wxWidgets/CE Compilation
NOTE: to generate targets not in the standard project files,
you should rebuild the project files using Bakefile.
See technote docs/tech/tn0016.txt for details.
Also, if you are building from a CVS version of wxWidgets,
you need to create eVC++ project files or get them from
somewhere, such as the daily makefile builds here:
http://biolpc22.york.ac.uk/pub/CVS_Makefiles/
See technote docs/tech/tn0016.txt for details on using Bakefile,
and you can get Bakefile from:
http://bakefile.sf.net
Open build/wince/wx.vcw, select an ARM or x86 target (or emulator
target for eVC++ 4), and compile.
@@ -86,7 +95,7 @@ To compile using the emulator on eVC++4:
- Open samples/minimal/minimal.vcw with eVC++, select the
WIN32 (WCE emulator) Debug configuration, and compile.
Note: compiles for the different SDKs (Smartphone, PPC, .Net)
Note: builds for the different SDKs (Smartphone, PPC, .Net)
use the same directory and library names, so for the moment
these builds cannot co-exist simultaneously.