Remove OS/2 from Cross-Platform Development Tips page.

This commit is contained in:
Tobias Taschner
2016-02-04 17:26:11 +01:00
parent 9be28aa09a
commit bcd72f3ec9

View File

@@ -114,7 +114,7 @@ include: Microsoft Visual C++ (.vc), Borland C++ (.bcc) and MinGW/Cygwin
(.gcc). Makefiles are provided for the wxWidgets library itself, samples, (.gcc). Makefiles are provided for the wxWidgets library itself, samples,
demos, and utilities. demos, and utilities.
On Linux, Mac and OS/2, you use the @c 'configure' command to generate the On Linux and OS X, you use the @c 'configure' command to generate the
necessary makefiles. You should also use this method when building with necessary makefiles. You should also use this method when building with
MinGW/Cygwin on Windows. MinGW/Cygwin on Windows.
@@ -127,7 +127,7 @@ On Windows using a compiler other than MinGW/Cygwin, you would build the
wxWidgets library from the @c "build/msw" directory which contains the relevant wxWidgets library from the @c "build/msw" directory which contains the relevant
makefiles. makefiles.
On Windows using MinGW/Cygwin, and on Unix, OS X and OS/2, you invoke On Windows using MinGW/Cygwin, and on Unix and OS X, you invoke
'configure' (found in the top-level of the wxWidgets source hierarchy), from 'configure' (found in the top-level of the wxWidgets source hierarchy), from
within a suitable empty directory for containing makefiles, object files and within a suitable empty directory for containing makefiles, object files and
libraries. libraries.