Corrected some typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -115,13 +115,13 @@ All (GUI):
|
|||||||
wxMSW:
|
wxMSW:
|
||||||
|
|
||||||
! build system changed: setup.h is not a static file in include/wx any more
|
! 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/<toolkit>/wx/include
|
but is created as part of the build process under lib/<toolkit>/wx
|
||||||
where <toolkit> is of the form (msw|univ)[dll][u][d]. You'll need to update
|
where <toolkit> is of the form (msw|univ)[dll][u][d]. You'll need to update
|
||||||
the include path in your make/project files appropriately. Furthermore,
|
the include path in your make/project files appropriately. Furthermore,
|
||||||
xpm.lib is no longer used by wxMSW, it was superseded by the wxXPMDecoder
|
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
|
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
|
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
|
where 'u' appears for Unicode version, 'd' -- for the debug one and version
|
||||||
is only present for the DLLs builds.
|
is only present for the DLLs builds.
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ Publicity notes and ideas
|
|||||||
Release announcments can be made to the following
|
Release announcments can be made to the following
|
||||||
newsgroups.
|
newsgroups.
|
||||||
|
|
||||||
Microsoft:
|
Windows:
|
||||||
|
|
||||||
comp.os.ms-windows.programmer.misc
|
comp.os.ms-windows.programmer.misc
|
||||||
comp.os.ms-windows.programmer.tools
|
comp.os.ms-windows.programmer.tools
|
||||||
@@ -14,8 +14,11 @@ comp.os.ms-windows.programmer.win32
|
|||||||
comp.windows.ms.programmer
|
comp.windows.ms.programmer
|
||||||
microsoft.public.win32.programmer.tools
|
microsoft.public.win32.programmer.tools
|
||||||
microsoft.public.win32.programmer.ui
|
microsoft.public.win32.programmer.ui
|
||||||
|
microsoft.public.vc.3rdparty
|
||||||
|
|
||||||
Non-Microsoft:
|
borland.public.cppbuilder.thirdpartytools (newsgroups.borland.com)
|
||||||
|
|
||||||
|
Non-Windows:
|
||||||
|
|
||||||
comp.programming
|
comp.programming
|
||||||
comp.os.linux.development.apps
|
comp.os.linux.development.apps
|
||||||
@@ -150,6 +153,10 @@ comp.os.linux.announce (pending acceptance)
|
|||||||
comp.sys.mac.programmer.tools
|
comp.sys.mac.programmer.tools
|
||||||
comp.lang.c++
|
comp.lang.c++
|
||||||
comp.windows.x.announce
|
comp.windows.x.announce
|
||||||
|
microsoft.public.win32.programmer.tools
|
||||||
|
microsoft.public.win32.programmer.ui
|
||||||
|
microsoft.public.vc.3rdparty
|
||||||
|
borland.public.cppbuilder.thirdpartytools
|
||||||
|
|
||||||
news@macnn.com
|
news@macnn.com
|
||||||
adcnews@apple.com
|
adcnews@apple.com
|
||||||
|
Reference in New Issue
Block a user