added TARGET_CARBON and __MACH__ info

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-01-14 20:34:16 +00:00
parent 0211e0d557
commit ab83849cea

View File

@@ -14,7 +14,7 @@ by category (and sorted by alphabetical order inside each category).
\twocolitem{\_\_WXGTK12\_\_}{GTK 1.2 or higher} \twocolitem{\_\_WXGTK12\_\_}{GTK 1.2 or higher}
\twocolitem{\_\_WXGTK20\_\_}{GTK 2.0 or higher} \twocolitem{\_\_WXGTK20\_\_}{GTK 2.0 or higher}
\twocolitem{\_\_WXMOTIF\_\_}{Motif} \twocolitem{\_\_WXMOTIF\_\_}{Motif}
\twocolitem{\_\_WXMAC\_\_}{Mac OS whether Classic (Mac OS 8/9) or Carbon (including Mac OS X)} \twocolitem{\_\_WXMAC\_\_}{Mac OS whether Classic (Mac OS 8/9 TARGET\_CARBON == 0) or Carbon (including Mac OS X TARGET\_CARBON == 1)}
\twocolitem{\_\_WXMGL\_\_}{SciTech Soft MGL (\_\_WXUNIVERSAL\_\_ will be also \twocolitem{\_\_WXMGL\_\_}{SciTech Soft MGL (\_\_WXUNIVERSAL\_\_ will be also
defined)} defined)}
\twocolitem{\_\_WXMSW\_\_}{Any Windows} \twocolitem{\_\_WXMSW\_\_}{Any Windows}
@@ -47,6 +47,7 @@ only GUIs implemented for 2.0 are \_\_WXGTK\_\_, \_\_WXMSW\_\_ and
\twocolitem{\_\_FREEBSD\_\_}{FreeBSD} \twocolitem{\_\_FREEBSD\_\_}{FreeBSD}
\twocolitem{\_\_HPUX\_\_}{HP-UX (Unix)} \twocolitem{\_\_HPUX\_\_}{HP-UX (Unix)}
\twocolitem{\_\_LINUX\_\_}{Linux} \twocolitem{\_\_LINUX\_\_}{Linux}
\twocolitem{\_\_MACH\_\_}{Mach-O Architecture (Mac OS X only builds)}
\twocolitem{\_\_OSF\_\_}{OSF/1} \twocolitem{\_\_OSF\_\_}{OSF/1}
\twocolitem{\_\_SGI\_\_}{IRIX} \twocolitem{\_\_SGI\_\_}{IRIX}
\twocolitem{\_\_SOLARIS\_\_}{Solaris} \twocolitem{\_\_SOLARIS\_\_}{Solaris}