From: Vadim Zeitlin Date: Sun, 12 Jan 2003 22:56:05 +0000 (+0000) Subject: more docs about compiler constants X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/14347204d35d17a0896dc358418a98efb6cb0b9d more docs about compiler constants git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/cppconst.tex b/docs/latex/wx/cppconst.tex index 04ae14f236..8f0cb52d39 100644 --- a/docs/latex/wx/cppconst.tex +++ b/docs/latex/wx/cppconst.tex @@ -75,17 +75,23 @@ compiler used. \subsection{Compilers} \begin{twocollist}\itemsep=0pt -\twocolitem{\_\_BORLANDC\_\_}{Borland C++} +\twocolitem{\_\_BORLANDC\_\_}{Borland C++. The value of the macro corresponds +to the compiler version: $500$ is $5.0$.} \twocolitem{\_\_DJGPP\_\_}{DJGPP} -\twocolitem{\_\_GNUG\_\_}{Gnu C++ on any platform} -\twocolitem{\_\_GNUWIN32\_\_}{Gnu-Win32 compiler} +\twocolitem{\_\_GNUG\_\_}{Gnu C++ on any platform, see also +\helpref{wxCHECK\_GCC\_VERSION}{wxcheckgccversion}} +\twocolitem{\_\_GNUWIN32\_\_}{Gnu-Win32 compiler, see also +\helpref{wxCHECK\_W32API\_VERSION}{wxcheckw32apiversion}} \twocolitem{\_\_MWERKS\_\_}{CodeWarrior MetroWerks compiler} \twocolitem{\_\_SUNCC\_\_}{Sun CC} \twocolitem{\_\_SYMANTECC\_\_}{Symantec C++} \twocolitem{\_\_VISAGECPP\_\_}{IBM Visual Age (OS/2)} -\twocolitem{\_\_VISUALC\_\_}{Microsoft Visual C++} +\twocolitem{\_\_VISUALC\_\_}{Microsoft Visual C++. The value of this macro +corresponds to the compiler version: $1020$ for $4.2$ (the first supported +version), $1100$ for $5.0$, $1200$ for $6.0$ and so on} \twocolitem{\_\_XLC\_\_}{AIX compiler} -\twocolitem{\_\_WATCOMC\_\_}{Watcom C++} +\twocolitem{\_\_WATCOMC\_\_}{Watcom C++. The value of this macro corresponds to +the compiler version, $1100$ is $11.0$ and $1200$ is OpenWatcom.} \end{twocollist} \subsection{Miscellaneous}