From: Václav Slavík Date: Sun, 17 Feb 2002 14:52:18 +0000 (+0000) Subject: added info about xpm.lib to changes.txt X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b239ffb9414d98d08e34bf6741c48bf7c4ffcaee?ds=inline added info about xpm.lib to changes.txt git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 716f5ae799..0584a038c1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -54,7 +54,10 @@ 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 where is of the form (msw|univ)[dll][u][d]. You'll need to update - the include path in your make/project files appropriately. + 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. - child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR style to avoid it, wxFRAME_FLOAT_ON_PARENT style is now obsolete and has no