Remove trailing whitespace
This commit is contained in:
@@ -40,7 +40,7 @@ The file @c "wx/wxprec.h" includes @c "wx/wx.h". Although this incantation may
|
|||||||
seem quirky, it is in fact the end result of a lot of experimentation, and
|
seem quirky, it is in fact the end result of a lot of experimentation, and
|
||||||
several Windows compilers to use precompilation which is largely automatic for
|
several Windows compilers to use precompilation which is largely automatic for
|
||||||
compilers with necessary support. Currently it is used for Visual C++
|
compilers with necessary support. Currently it is used for Visual C++
|
||||||
(including embedded Visual C++) and newer versions of GCC. Some compilers
|
(including embedded Visual C++) and newer versions of GCC. Some compilers
|
||||||
might need extra work from the application developer to set the build
|
might need extra work from the application developer to set the build
|
||||||
environment up as necessary for the support.
|
environment up as necessary for the support.
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ and this must not be changed.
|
|||||||
On Microsoft Windows, wxWidgets has a different set of makefiles for each
|
On Microsoft Windows, wxWidgets has a different set of makefiles for each
|
||||||
compiler, because each compiler's @c 'make' tool is slightly different. Popular
|
compiler, because each compiler's @c 'make' tool is slightly different. Popular
|
||||||
Windows compilers that we cater for, and the corresponding makefile extensions,
|
Windows compilers that we cater for, and the corresponding makefile extensions,
|
||||||
include: Microsoft Visual C++ (.vc) and MinGW/Cygwin (.gcc). Makefiles are
|
include: Microsoft Visual C++ (.vc) and MinGW/Cygwin (.gcc). Makefiles are
|
||||||
provided for the wxWidgets library itself, samples, demos, and utilities.
|
provided for the wxWidgets library itself, samples, demos, and utilities.
|
||||||
|
|
||||||
On Linux and macOS, you use the @c 'configure' command to generate the
|
On Linux and macOS, you use the @c 'configure' command to generate the
|
||||||
|
@@ -94,8 +94,8 @@ primary supported compiler is GNU g++.
|
|||||||
supports 32 or 64 bit Intel Macs running macOS 10.10 or later. The port can be
|
supports 32 or 64 bit Intel Macs running macOS 10.10 or later. The port can be
|
||||||
built either with g++ or clang.
|
built either with g++ or clang.
|
||||||
|
|
||||||
Other platforms (e.g. iOS - with a minimum requirement of iOS 13), compilers
|
Other platforms (e.g. iOS - with a minimum requirement of iOS 13), compilers
|
||||||
(Sun CC, HP-UX aCC, IBM xlC or SGI mipsPro under Unix) and ports (wxQT, wxGTK1,
|
(Sun CC, HP-UX aCC, IBM xlC or SGI mipsPro under Unix) and ports (wxQT, wxGTK1,
|
||||||
wxX11, wxDFB...) are also supported but to a lesser extent.
|
wxX11, wxDFB...) are also supported but to a lesser extent.
|
||||||
Please see the @subpage page_port "platform details page" for more information.
|
Please see the @subpage page_port "platform details page" for more information.
|
||||||
|
|
||||||
|
@@ -96,7 +96,7 @@ and candy of newer interfaces like GTK.
|
|||||||
wxMSW is a port of wxWidgets for the Windows platforms (Windows XP and later
|
wxMSW is a port of wxWidgets for the Windows platforms (Windows XP and later
|
||||||
are supported). wxMSW provides native look and feel for each Windows version.
|
are supported). wxMSW provides native look and feel for each Windows version.
|
||||||
This port can be compiled with several compilers including Microsoft Studio
|
This port can be compiled with several compilers including Microsoft Studio
|
||||||
VC++ 2003 or later, MinGW32, Cygwin as well as cross-compilation with a
|
VC++ 2003 or later, MinGW32, Cygwin as well as cross-compilation with a
|
||||||
Linux-hosted MinGW32 tool chain.
|
Linux-hosted MinGW32 tool chain.
|
||||||
|
|
||||||
@subpage plat_msw_install "Build and Install Instructions"
|
@subpage plat_msw_install "Build and Install Instructions"
|
||||||
|
@@ -186,7 +186,7 @@ enum wxPosixPermissions
|
|||||||
typedef off_t wxFileOffset;
|
typedef off_t wxFileOffset;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define wxPOSIX_STRUCT(s) struct wxPOSIX_IDENT(s)
|
#define wxPOSIX_STRUCT(s) struct wxPOSIX_IDENT(s)
|
||||||
|
|
||||||
#ifdef wxHAS_HUGE_FILES
|
#ifdef wxHAS_HUGE_FILES
|
||||||
|
@@ -14,4 +14,3 @@
|
|||||||
|
|
||||||
// For compilers that support precompilation, includes "wx.h".
|
// For compilers that support precompilation, includes "wx.h".
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
|
@@ -12,4 +12,3 @@
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "testprec.h"
|
#include "testprec.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user