From: Julian Smart Date: Tue, 7 Jan 2003 21:19:13 +0000 (+0000) Subject: Corrected some typos X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a12df5822848a78f2c12e0892e9445f4b668ece0?ds=inline Corrected some typos git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index a7052afe19..0b3521290d 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -155,13 +155,13 @@ All (GUI): wxMSW: ! build system changed: setup.h is not a static file in include/wx any more - but is created as part of the build process under lib//wx/include + but is created as part of the build process under lib//wx where is of the form (msw|univ)[dll][u][d]. You'll need to update the include path in your make/project files appropriately. Furthermore, xpm.lib is no longer used by wxMSW, it was superseded by the wxXPMDecoder class. You'll need to remove all references to xpm.lib from your make/project files. Finally, the library names have changed as well and now - use the following consistent naming convention: wxmsw[u][d][ver].(lib|dll) + use the following consistent naming convention: wxmsw[ver][u][d].(lib|dll) where 'u' appears for Unicode version, 'd' -- for the debug one and version is only present for the DLLs builds.